object HListParserBuilder extends LowPriorityHListParserBuilder
- Alphabetic
- By Inheritance
- HListParserBuilder
- LowPriorityHListParserBuilder
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
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
- def apply[L <: HList, D <: HList, N <: HList, V <: HList, M <: HList, G <: HList, H <: HList, R <: HList](implicit args: HListParserBuilder[L, D, N, V, M, G, H, R]): Aux[L, D, N, V, M, G, H, R, P]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- implicit def hcons[K <: Symbol, H, T <: HList, PT <: HList, DT <: HList, NT <: HList, VT <: HList, MT <: HList, GT <: 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, GT, HT, RT, PT]]): Aux[::[FieldType[K, H], T], ::[Option[H], DT], ::[List[Name], NT], ::[Option[ValueDescription], VT], ::[Option[HelpMessage], MT], ::[Option[Group], GT], ::[Option[Hidden], HT], ::[None.type, RT], ::[Option[H], PT]]
-
implicit
def
hconsNoDefault[K <: Symbol, H, T <: HList, PT <: HList, DT <: HList, NT <: HList, VT <: HList, MT <: HList, GT <: HList, HT <: HList, RT <: HList](implicit name: shapeless.Witness.Aux[K], argParser: Strict[ArgParser[H]], tail: Strict[Aux[T, DT, NT, VT, MT, GT, HT, RT, PT]]): Aux[::[FieldType[K, H], T], ::[Option[H], DT], ::[List[Name], NT], ::[Option[ValueDescription], VT], ::[Option[HelpMessage], MT], ::[Option[Group], GT], ::[Option[Hidden], HT], ::[None.type, RT], ::[Option[H], PT]]
- Definition Classes
- LowPriorityHListParserBuilder
- implicit def hconsRecursive[K <: Symbol, H, T <: HList, PT <: HList, DT <: HList, NT <: HList, VT <: HList, MT <: HList, GT <: HList, HT <: HList, RT <: HList](implicit headParser: Strict[Parser[H]], tail: Aux[T, DT, NT, VT, MT, GT, HT, RT, PT]): Aux[::[FieldType[K, H], T], ::[Option[H], DT], ::[Nil.type, NT], ::[None.type, VT], ::[None.type, MT], ::[None.type, GT], ::[None.type, HT], ::[Some[Recurse], RT], ::[D, PT]]
- implicit val hnil: Aux[HNil, HNil, HNil, HNil, HNil, HNil, HNil, HNil, HNil]
- def instance[L <: HList, D <: HList, N <: HList, V <: HList, M <: HList, G <: HList, H <: HList, R <: HList, P0 <: HList](p: (() ⇒ D, N, V, M, G, H) ⇒ Parser.Aux[L, P0]): Aux[L, D, N, V, M, G, H, R, P0]
-
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()
-
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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
Deprecated Value Members
-
def
hconsTagged[K <: Symbol, Tag, H, T <: HList, PT <: HList, DT <: HList, NT <: HList, VT <: HList, MT <: HList, GT <: 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, GT, HT, RT, PT]]): Aux[::[FieldType[K, @@[H, Tag]], T], ::[Option[@@[H, Tag]], DT], ::[List[Name], NT], ::[Option[ValueDescription], VT], ::[Option[HelpMessage], MT], ::[Option[Group], GT], ::[Option[Hidden], HT], ::[None.type, RT], ::[Option[@@[H, Tag]], PT]]
- Annotations
- @deprecated
- Deprecated
(Since version 2.0.7) Redundant with hcons
-
def
hconsTaggedNoDefault[K <: Symbol, Tag, H, T <: HList, PT <: HList, DT <: HList, NT <: HList, VT <: HList, MT <: HList, GT <: HList, HT <: HList, RT <: HList](implicit name: shapeless.Witness.Aux[K], argParser: Strict[ArgParser[@@[H, Tag]]], tail: Strict[Aux[T, DT, NT, VT, MT, GT, HT, RT, PT]]): Aux[::[FieldType[K, @@[H, Tag]], T], ::[Option[@@[H, Tag]], DT], ::[List[Name], NT], ::[Option[ValueDescription], VT], ::[Option[HelpMessage], MT], ::[Option[Group], GT], ::[Option[Hidden], HT], ::[None.type, RT], ::[Option[@@[H, Tag]], PT]]
- Definition Classes
- LowPriorityHListParserBuilder
- Annotations
- @deprecated
- Deprecated
(Since version 2.0.7) Redundant with hconsNoDefault