abstract class Builder[V[_ <: HList] <: HList, Ptrs[_ <: HList, _ <: HList], N[_ <: Nat] <: Nat] extends AnyRef
- Self Type
- Builder[V, Ptrs, N]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Builder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Builder()
Type Members
Abstract Value Members
- abstract def length[T <: HList](implicit lt: Length[T]): Aux[V[T], N[Out]]
- Attributes
- protected
- abstract def nToInt[M <: Nat](implicit m: ToInt[M]): ToInt[N[M]]
- Attributes
- protected
- abstract def pointers[T <: HList, PT <: HList](pt: PT): Ptrs[T, PT]
- Attributes
- protected
- abstract def ptr[T <: HList, I <: Nat, X](implicit ptr: Aux[T, I, X]): Aux[V[T], N[I], X]
- Attributes
- protected
Concrete 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[B]: Builder[[T]V[::[B, T]], [T, PT]Ptrs[::[B, T], ::[HListPtr[V[::[B, T]], N[_0.type]] { type Out = B }, PT]], NextN]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def build(f: (Ptrs[HNil, HNil]) => NonEmptyList[RelChoice[V[HNil], _ <: HList]]): Pattern[V[HNil]]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- 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() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated