abstract class LowPriorityHListParserBuilder extends AnyRef
- Alphabetic
- By Inheritance
- LowPriorityHListParserBuilder
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new LowPriorityHListParserBuilder()
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()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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: 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]]
- 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(classOf[java.lang.InterruptedException])
- 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()
Deprecated Value Members
- 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: 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]]
- Annotations
- @deprecated
- Deprecated
(Since version 2.0.7) Redundant with hconsNoDefault