Packages

package dsl

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait Dsl[-Instruction, Domain, +Value] extends AnyRef

    The domain-specific interpreter for Instruction in Domain, which is a dependent type type class that registers an asynchronous callback function, to handle the Value inside Instruction.

    The domain-specific interpreter for Instruction in Domain, which is a dependent type type class that registers an asynchronous callback function, to handle the Value inside Instruction.

    Author:

    杨博 (Yang Bo)

    Value

    The value held inside Instruction.

Value Members

  1. object Dsl

Ungrouped