Packages

final class DeriveHListElementAux[L <: HList, A] extends AnyVal

Provides syntax support for Codec[L]#derive for some HList L. See derive for more information.

Source
DeriveHListElementAux.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeriveHListElementAux
  2. AnyVal
  3. Any
Implicitly
  1. by From
  2. by ValueEnrichedWithTuplingSupport
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DeriveHListElementAux(codec: Codec[L])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from DeriveHListElementAux[L, A] to any2stringadd[DeriveHListElementAux[L, A]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (DeriveHListElementAux[L, A], B)
    Implicit
    This member is added by an implicit conversion from DeriveHListElementAux[L, A] to ArrowAssoc[DeriveHListElementAux[L, A]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  6. val a: DeriveHListElementAux[L, A]
    Implicit
    This member is added by an implicit conversion from DeriveHListElementAux[L, A] to ValueEnrichedWithTuplingSupport[DeriveHListElementAux[L, A]] performed by method ValueEnrichedWithTuplingSupport in scodec.codecs.
    Definition Classes
    ValueEnrichedWithTuplingSupport
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val aux: DeriveHListElementAux[L, A]
    Implicit
    This member is added by an implicit conversion from DeriveHListElementAux[L, A] to From[L, A, M] performed by method From in scodec.codecs.DeriveHListElementAux. This conversion will take place only if an implicit value of type Aux[L, A, M] is in scope and at the same time L is a subclass of HList (L <: HList).
    Definition Classes
    From
  9. val codec: Codec[L]
  10. def ensuring(cond: (DeriveHListElementAux[L, A]) ⇒ Boolean, msg: ⇒ Any): DeriveHListElementAux[L, A]
    Implicit
    This member is added by an implicit conversion from DeriveHListElementAux[L, A] to Ensuring[DeriveHListElementAux[L, A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (DeriveHListElementAux[L, A]) ⇒ Boolean): DeriveHListElementAux[L, A]
    Implicit
    This member is added by an implicit conversion from DeriveHListElementAux[L, A] to Ensuring[DeriveHListElementAux[L, A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: ⇒ Any): DeriveHListElementAux[L, A]
    Implicit
    This member is added by an implicit conversion from DeriveHListElementAux[L, A] to Ensuring[DeriveHListElementAux[L, A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): DeriveHListElementAux[L, A]
    Implicit
    This member is added by an implicit conversion from DeriveHListElementAux[L, A] to Ensuring[DeriveHListElementAux[L, A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from DeriveHListElementAux[L, A] to StringFormat[DeriveHListElementAux[L, A]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  15. def from(f: (M) ⇒ A): Codec[M]
    Implicit
    This member is added by an implicit conversion from DeriveHListElementAux[L, A] to From[L, A, M] performed by method From in scodec.codecs.DeriveHListElementAux. This conversion will take place only if an implicit value of type Aux[L, A, M] is in scope and at the same time L is a subclass of HList (L <: HList).
    Definition Classes
    From
  16. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def toString(): String
    Definition Classes
    Any
  19. def ~[B](b: B): (DeriveHListElementAux[L, A], B)
    Implicit
    This member is added by an implicit conversion from DeriveHListElementAux[L, A] to ValueEnrichedWithTuplingSupport[DeriveHListElementAux[L, A]] performed by method ValueEnrichedWithTuplingSupport in scodec.codecs.
    Definition Classes
    ValueEnrichedWithTuplingSupport
  20. def [B](y: B): (DeriveHListElementAux[L, A], B)
    Implicit
    This member is added by an implicit conversion from DeriveHListElementAux[L, A] to ArrowAssoc[DeriveHListElementAux[L, A]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion From from DeriveHListElementAux[L, A] to From[L, A, M]

Inherited by implicit conversion ValueEnrichedWithTuplingSupport from DeriveHListElementAux[L, A] to ValueEnrichedWithTuplingSupport[DeriveHListElementAux[L, A]]

Inherited by implicit conversion any2stringadd from DeriveHListElementAux[L, A] to any2stringadd[DeriveHListElementAux[L, A]]

Inherited by implicit conversion StringFormat from DeriveHListElementAux[L, A] to StringFormat[DeriveHListElementAux[L, A]]

Inherited by implicit conversion Ensuring from DeriveHListElementAux[L, A] to Ensuring[DeriveHListElementAux[L, A]]

Inherited by implicit conversion ArrowAssoc from DeriveHListElementAux[L, A] to ArrowAssoc[DeriveHListElementAux[L, A]]

Ungrouped