| Interface | Description |
|---|---|
| Control<C> |
Execution control handle passed into functions
|
| Function<C> |
An execution delegate able to control the outcome.
|
| Outcome<C> |
The final outcome of the controlled flow.
|
| Precondition |
A guard clause for certain flow semantics.
|
| Progress |
Interface to reflect progress for flow control functions.
|
| Class | Description |
|---|---|
| Async<C> |
Flow control functions for GWT.
|
| CompoundProgress | |
| ConsoleProgress |
Progress implementation for the dev mode which prints the progress to
System.out. |
| Progress.Nop | |
| PushFlowCallback<T> |
Simple callback for usage inside functions bound to a
FunctionContext. |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.