Package

wvlet.workflow

macros

Permalink

package macros

Visibility
  1. Public
  2. All

Type Members

  1. class CodeBlock[Context] extends AnyRef

    Permalink

    This class is used for wrapping a code block since case class does not allow having a code block as a named parameter.

  2. case class CodeRef(owner: Class[_], name: String, sourcePath: String, line: Int, column: Int) extends Product with Serializable

    Permalink

  3. class LazyF0[+R] extends Serializable with Cloneable

    Permalink

    This class is used to obtain the class names of the call-by-name functions (Function0[R]).

    This class is used to obtain the class names of the call-by-name functions (Function0[R]).

    This wrapper do not directly access the field f (Function0[R]) in order to avoid the evaluation of the function.

Value Members

  1. object CodeRef extends Serializable

    Permalink
  2. object LazyF0 extends Serializable

    Permalink
  3. object TaskMacros

    Permalink

Ungrouped