com.thoughtworks.dsl
package com.thoughtworks.dsl
Type members
Classlikes
Types
@implicitNotFound("The keyword:\n ${Keyword}\nis not supported inside a function that returns:\n${Domain}.")
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
.
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
.
- Type parameters:
- Value
The value held inside
Keyword
.
- Authors:
杨博 (Yang Bo)
- Example: