Trait

io.circe.shapes

LabelledHListInstances

Related Doc: package shapes

Permalink

trait LabelledHListInstances extends LowPriorityLabelledHListInstances

Linear Supertypes
LowPriorityLabelledHListInstances, HListInstances, LowPriorityHListInstances, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LabelledHListInstances
  2. LowPriorityLabelledHListInstances
  3. HListInstances
  4. LowPriorityHListInstances
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. implicit final def decodeHCons[H, T <: HList](implicit decodeH: Decoder[H], decodeT: Decoder[T]): Decoder[::[H, T]]

    Permalink
    Definition Classes
    LowPriorityHListInstances
  7. implicit final val decodeHNil: Decoder[HNil]

    Permalink
    Definition Classes
    LowPriorityHListInstances
  8. implicit final def decodeLabelledHCons[K, W >: K, V, T <: HList](implicit witK: Aux[K], widenK: Aux[K, W], eqW: Eq[W], decodeW: KeyDecoder[W], decodeV: Decoder[V], decodeT: Decoder[T]): Decoder[::[FieldType[K, V], T]]

    Permalink
    Definition Classes
    LowPriorityLabelledHListInstances
  9. implicit final def decodeSingletonHList[H](implicit decodeH: Decoder[H]): Decoder[::[H, HNil]]

    Permalink
    Definition Classes
    HListInstances
  10. implicit final def decodeSymbolLabelledHCons[K <: Symbol, V, T <: HList](implicit witK: Aux[K], decodeV: Decoder[V], decodeT: Decoder[T]): Decoder[::[FieldType[K, V], T]]

    Permalink

    Decode a record element with a symbol key.

    Decode a record element with a symbol key.

    This is provided as a special case because of type inference issues with decodeRecord for symbols.

  11. implicit final def encodeHCons[H, T <: HList](implicit encodeH: Encoder[H], encodeT: AsArray[T]): AsArray[::[H, T]]

    Permalink
    Definition Classes
    LowPriorityHListInstances
  12. implicit final val encodeHNil: AsObject[HNil]

    Permalink
    Definition Classes
    LowPriorityHListInstances
  13. implicit final def encodeLabelledHCons[K, W >: K, V, T <: HList](implicit witK: Aux[K], widenK: Aux[K, W], encodeW: KeyEncoder[W], encodeV: Encoder[V], encodeT: AsObject[T]): AsObject[::[FieldType[K, V], T]]

    Permalink
    Definition Classes
    LowPriorityLabelledHListInstances
  14. implicit final def encodeSingletonHList[H](implicit encodeH: Encoder[H]): AsArray[::[H, HNil]]

    Permalink
    Definition Classes
    HListInstances
  15. implicit final def encodeSymbolLabelledHCons[K <: Symbol, V, T <: HList](implicit witK: Aux[K], encodeV: Encoder[V], encodeT: AsObject[T]): AsObject[::[FieldType[K, V], T]]

    Permalink

    Encode a record element with a symbol key.

    Encode a record element with a symbol key.

    This is provided as a special case because of type inference issues with encodeRecord for symbols.

  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LowPriorityLabelledHListInstances

Inherited from HListInstances

Inherited from LowPriorityHListInstances

Inherited from AnyRef

Inherited from Any

Ungrouped