trait Dsl[-Keyword, Domain, +Value] extends AnyRef
The domain-specific interpreter for Keyword
in Domain
,
which is a dependent type type class that registers an asynchronous callback function,
to handle the Value
inside Keyword
.
Author:
杨博 (Yang Bo)
- Value
The value held inside
Keyword
.
- Annotations
- @implicitNotFound( ... )
- Source
- Dsl.scala
- Alphabetic
- By Inheritance
- Dsl
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
cpsApply(keyword: Keyword, handler: (Value) ⇒ Domain): Domain
Registers an asynchronous callback
handler
onkeyword
, to handle theValue
.
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Dsl[Keyword, Domain, Value], B)
-
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( ... ) @native() @HotSpotIntrinsicCandidate()
- def ensuring(cond: (Dsl[Keyword, Domain, Value]) ⇒ Boolean, msg: ⇒ Any): Dsl[Keyword, Domain, Value]
- def ensuring(cond: (Dsl[Keyword, Domain, Value]) ⇒ Boolean): Dsl[Keyword, Domain, Value]
- def ensuring(cond: Boolean, msg: ⇒ Any): Dsl[Keyword, Domain, Value]
- def ensuring(cond: Boolean): Dsl[Keyword, Domain, Value]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def →[B](y: B): (Dsl[Keyword, Domain, Value], B)