trait Builder[Chk[Cond0[_], Msg0[_], T0], Face] extends LP[Chk, Face]
Ordering
- Alphabetic
- By Inheritance
Inherited
- Builder
- LP
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def create[Cond[_], Msg[_], T](value: Face): Chk[Cond, Msg, T]
Concrete Value Members
- final def !=(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): scala.Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): scala.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): scala.Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef → Any
- implicit macro def ev[Cond[_], Msg[_], T](implicit value: AcceptNonLiteral[Id[T]]): Chk[Cond, Msg, T]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- implicit macro def fromNum[Cond[_], Msg[_], T >: Face, Out <: T](value: T): Chk[Cond, Msg, Out]
- Definition Classes
- LP
- implicit def fromNumSing[Cond[_], Msg[_], T <: Face with Singleton](value: T)(implicit req: RequireMsg[Cond[T], Msg[T]]): Chk[Cond, Msg, T]
- implicit macro def fromTF[Cond[_], Msg[_], T >: Face, Out <: T](value: TwoFaceAny[Face, T]): Chk[Cond, Msg, Out]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): scala.Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): scala.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(): java.lang.String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: scala.Long, arg1: scala.Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: scala.Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- implicit def widen[Cond[_], Msg[_], T](value: Chk[Cond, Msg, T]): Chk[Cond, Msg, Face]