| Package | Description |
|---|---|
| org.jacpfx.rcp.context |
| Modifier and Type | Method and Description |
|---|---|
ExecutionType |
ExecutionStep.getType()
Returns the type (POOL or FX Thread)
|
static ExecutionType |
ExecutionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionType[] |
ExecutionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ExecutionStep(java.util.function.Function<V,T> function,
ExecutionType type) |
ExecutionStep(java.util.function.Function<V,T> function,
ExecutionType type,
java.util.concurrent.CompletableFuture<T> feature) |