Package

morphir

flowz

Permalink

package flowz

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. flowz
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Activity[-Env, -Params, +Err, +Value] = Step[Any, Value, Env, Params, Err, Value]

    Permalink
  2. type CommandLineArgs = Type with flowz.CommandLineArgs.Tag

    Permalink
  3. type FlowHostContext[+R] = (R, CommandLineArgs, Variables)

    Permalink
  4. type ForkedStep[-StateIn, +StateOut, -Env, -Params, +Err, +Output] = Step[StateIn, Unit, Env, Params, Nothing, Runtime[Err, StepOutputs[StateOut, Output]]]

    Permalink
  5. type IOStep[-Params, +Err, +Value] = Step[Any, Unit, Any, Params, Err, Value]

    Permalink
  6. type TaskStep[-Params, +Value] = Step[Any, Unit, Any, Params, Throwable, Value]

    Permalink
  7. type UFlowHost[+HostParams] = FlowHost[Any, Nothing, HostParams]

    Permalink
  8. type UStep[-Params, +Value] = Step[Any, Unit, Any, Params, Nothing, Value]

    Permalink
  9. type Variables = Type with flowz.Variables.Tag

    Permalink

Value Members

  1. package spark

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped