Packages

object HListParserBuilder extends LowPriorityHListParserBuilder

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HListParserBuilder
  2. LowPriorityHListParserBuilder
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Aux[L <: HList, D <: HList, N <: HList, V <: HList, M <: HList, H <: HList, R <: HList, P0 <: HList] = HListParserBuilder[L, D, N, V, M, H, R] { type P = P0 }

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply[L <: HList, D <: HList, N <: HList, V <: HList, M <: HList, H <: HList, R <: HList](implicit args: HListParserBuilder[L, D, N, V, M, H, R]): Aux[L, D, N, V, M, H, R, P]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. implicit def hcons[K <: Symbol, H, T <: HList, PT <: HList, DT <: HList, NT <: HList, VT <: HList, MT <: HList, HT <: HList, RT <: HList](implicit name: shapeless.Witness.Aux[K], argParser: Strict[ArgParser[H]], default: Strict[Default[H]], tail: Strict[Aux[T, DT, NT, VT, MT, HT, RT, PT]]): Aux[::[FieldType[K, H], T], ::[Option[H], DT], ::[List[Name], NT], ::[Option[ValueDescription], VT], ::[Option[HelpMessage], MT], ::[Option[Hidden], HT], ::[None.type, RT], ::[Option[H], PT]]
  13. implicit def hconsNoDefault[K <: Symbol, H, T <: HList, PT <: HList, DT <: HList, NT <: HList, VT <: HList, MT <: HList, HT <: HList, RT <: HList](implicit name: shapeless.Witness.Aux[K], argParser: Strict[ArgParser[H]], tail: Strict[Aux[T, DT, NT, VT, MT, HT, RT, PT]]): Aux[::[FieldType[K, H], T], ::[Option[H], DT], ::[List[Name], NT], ::[Option[ValueDescription], VT], ::[Option[HelpMessage], MT], ::[Option[Hidden], HT], ::[None.type, RT], ::[Option[H], PT]]
  14. implicit def hconsRecursive[K <: Symbol, H, HD, T <: HList, PT <: HList, DT <: HList, NT <: HList, VT <: HList, MT <: HList, HT <: HList, RT <: HList](implicit headParser: Strict[Parser.Aux[H, HD]], tail: Aux[T, DT, NT, VT, MT, HT, RT, PT]): Aux[::[FieldType[K, H], T], ::[Option[H], DT], ::[Nil.type, NT], ::[None.type, VT], ::[None.type, MT], ::[None.type, HT], ::[Some[Recurse], RT], ::[HD, PT]]
  15. implicit def hconsTagged[K <: Symbol, Tag, H, T <: HList, PT <: HList, DT <: HList, NT <: HList, VT <: HList, MT <: HList, HT <: HList, RT <: HList](implicit name: shapeless.Witness.Aux[K], argParser: Strict[ArgParser[@@[H, Tag]]], default: Strict[Default[@@[H, Tag]]], tail: Strict[Aux[T, DT, NT, VT, MT, HT, RT, PT]]): Aux[::[FieldType[K, @@[H, Tag]], T], ::[Option[@@[H, Tag]], DT], ::[List[Name], NT], ::[Option[ValueDescription], VT], ::[Option[HelpMessage], MT], ::[Option[Hidden], HT], ::[None.type, RT], ::[Option[@@[H, Tag]], PT]]
  16. implicit def hconsTaggedNoDefault[K <: Symbol, Tag, H, T <: HList, PT <: HList, DT <: HList, NT <: HList, VT <: HList, MT <: HList, HT <: HList, RT <: HList](implicit name: shapeless.Witness.Aux[K], argParser: Strict[ArgParser[@@[H, Tag]]], tail: Strict[Aux[T, DT, NT, VT, MT, HT, RT, PT]]): Aux[::[FieldType[K, @@[H, Tag]], T], ::[Option[@@[H, Tag]], DT], ::[List[Name], NT], ::[Option[ValueDescription], VT], ::[Option[HelpMessage], MT], ::[Option[Hidden], HT], ::[None.type, RT], ::[Option[@@[H, Tag]], PT]]
  17. implicit val hnil: Aux[HNil, HNil, HNil, HNil, HNil, HNil, HNil, HNil]
  18. def instance[L <: HList, D <: HList, N <: HList, V <: HList, M <: HList, H <: HList, R <: HList, P0 <: HList](p: (() ⇒ D, N, V, M, H) ⇒ Parser.Aux[L, P0]): Aux[L, D, N, V, M, H, R, P0]
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped