trait
Keyword[Self, Value] extends Any
Abstract Value Members
-
abstract
def
getClass(): Class[_]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (Keyword[Self, Value], B)
-
final
def
==(arg0: Any): Boolean
-
final
def
apply[Domain](handler: (Value) ⇒ Domain)(implicit dsl: Dsl[Self, Domain, Value]): Domain
-
final
def
asInstanceOf[T0]: T0
-
final
def
cpsApply[Domain](handler: (Value) ⇒ Domain)(implicit dsl: Dsl[Self, Domain, Value]): Domain
-
def
ensuring(cond: (Keyword[Self, Value]) ⇒ Boolean, msg: ⇒ Any): Keyword[Self, Value]
-
def
ensuring(cond: (Keyword[Self, Value]) ⇒ Boolean): Keyword[Self, Value]
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Keyword[Self, Value]
-
def
ensuring(cond: Boolean): Keyword[Self, Value]
-
-
def
formatted(fmtstr: String): String
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
toString(): String
-
final
def
unary_!: Value
-
def
→[B](y: B): (Keyword[Self, Value], B)
Inherited by implicit conversion any2stringadd from
Keyword[Self, Value] to any2stringadd[Keyword[Self, Value]]
Inherited by implicit conversion StringFormat from
Keyword[Self, Value] to StringFormat[Keyword[Self, Value]]
Inherited by implicit conversion Ensuring from
Keyword[Self, Value] to Ensuring[Keyword[Self, Value]]
Inherited by implicit conversion ArrowAssoc from
Keyword[Self, Value] to ArrowAssoc[Keyword[Self, Value]]
the self type
Curiously recurring template pattern for the reason why we need the
Self
type parameter