object DerivedDecoder extends DerivedDecoder1 with DerivedDecoderOps with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DerivedDecoder
- Serializable
- DerivedDecoderOps
- DerivedDecoder1
- DerivedDecoder2
- DerivedDecoder3
- 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() @HotSpotIntrinsicCandidate()
- implicit final val decodeCNil: DerivedDecoder[CNil]
- Definition Classes
- DerivedDecoder3
- implicit final def decodeGen[A, R](implicit gen: Aux[A, R], decodeR: => DerivedDecoder[R]): DerivedDecoder[A]
- Definition Classes
- DerivedDecoder1
- final def decodeGenInternal[A, R](gen: Aux[A, R], decodeR: DerivedDecoder[R]): DerivedDecoder[A]
- Definition Classes
- DerivedDecoderOps
- Annotations
- @inline()
- implicit final val decodeHNil: DerivedDecoder[HNil]
- Definition Classes
- DerivedDecoder2
- implicit final def decodeLabelledCoproduct[K <: Symbol, L, R <: Coproduct](implicit witK: Aux[K], decodeL: => DerivedDecoder[L], decodeR: => DerivedDecoder[R]): DerivedDecoder[:+:[FieldType[K, L], R]]
- Definition Classes
- DerivedDecoder3
- final def decodeLabelledCoproductInternal[K <: Symbol, L, R <: Coproduct](implicit witK: Aux[K], decodeL: DerivedDecoder[L], decodeR: DerivedDecoder[R]): DerivedDecoder[:+:[FieldType[K, L], R]]
- Definition Classes
- DerivedDecoderOps
- Annotations
- @inline()
- implicit final def decodeLabelledHList[K <: Symbol, H, T <: HList](implicit witK: Aux[K], decodeH: Decoder[H], decodeT: => DerivedDecoder[T]): DerivedDecoder[::[FieldType[K, H], T]]
- Definition Classes
- DerivedDecoder2
- final def decodeLabelledHListInternal[K <: Symbol, H, T <: HList](witK: Aux[K], decodeH: Decoder[H], decodeT: DerivedDecoder[T]): DerivedDecoder[::[FieldType[K, H], T]]
- Definition Classes
- DerivedDecoderOps
- Annotations
- @inline()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated