trait DerivedOWritesInstances extends DerivedOWritesInstances1
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- DerivedOWritesInstances
- DerivedOWritesInstances1
- DerivedOWritesInstances2
- DerivedOWritesInstances3
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit def owritesCNil[TT[A] <: TypeTag[A]]: DerivedOWrites[CNil, TT]
- Definition Classes
- DerivedOWritesInstances1
- implicit def owritesCoproduct[K <: Symbol, L, R <: Coproduct, TT[A] <: TypeTag[A]](implicit owritesL: Lazy[DerivedOWrites[L, TT]], owritesR: Lazy[DerivedOWrites[R, TT]], typeTag: TT[FieldType[K, L]]): DerivedOWrites[:+:[FieldType[K, L], R], TT]
- Definition Classes
- DerivedOWritesInstances1
- implicit def owritesGeneric[A, R, TT[A] <: TypeTag[A]](implicit gen: Aux[A, R], derivedOWrites: Lazy[DerivedOWrites[R, TT]]): DerivedOWrites[A, TT]
- Definition Classes
- DerivedOWritesInstances3
- implicit def owritesHNil[TT[A] <: TypeTag[A]]: DerivedOWrites[HNil, TT]
- Definition Classes
- DerivedOWritesInstances1
- implicit def owritesLabelledHList[A, K <: Symbol, H, T <: HList, TT[A] <: TypeTag[A]](implicit fieldName: Aux[K], owritesH: Lazy[Writes[H]], owritesT: Lazy[DerivedOWrites[T, TT]]): DerivedOWrites[::[FieldType[K, H], T], TT]
- Definition Classes
- DerivedOWritesInstances2
- implicit def owritesLabelledHListOpt[A, K <: Symbol, H, T <: HList, TT[A] <: TypeTag[A]](implicit fieldName: Aux[K], owritesH: Lazy[Writes[H]], owritesT: Lazy[DerivedOWrites[T, TT]]): DerivedOWrites[::[FieldType[K, Option[H]], T], TT]
- Definition Classes
- DerivedOWritesInstances1
- implicit def owritesPredefinedCoProduct[K <: Symbol, L, R <: Coproduct, TT[A] <: TypeTag[A]](implicit writesL: Lazy[Writes[L]], owritesR: Lazy[DerivedOWrites[R, TT]], typeTag: TT[FieldType[K, L]]): DerivedOWrites[:+:[FieldType[K, L], R], TT]
Supports reading a coproduct where the left branch already has a defined
Writesinstance.Supports reading a coproduct where the left branch already has a defined
Writesinstance. This will avoid using theGenericimplicit for cases where it is possible to use a pre-existingWrites, thus enabling users to easily plug-in their ownFormatas well as saving on compile-times. - final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()