| Modifier and Type | Method and Description |
|---|---|
<A,R> MonoParamClassBuilder<A,R> |
ClassBuilder.create(Function<A,R> executionStrategy) |
| Constructor and Description |
|---|
MonoParamClassBuilder(Function<A,R> executionStrategy,
ExecutionConfig<Void> config) |
| Modifier and Type | Method and Description |
|---|---|
<T,R> R |
Executor.execute(ExecutionConfig<T> config,
T executingObject,
Function<T,R> executionStrategy,
List<Object> params) |
<T,R> R |
AsynchronousExecutor.execute(ExecutionConfig<T> config,
T executingObject,
Function<T,R> executionStrategy,
List<Object> params) |
<T,R> R |
DefaultExecutor.execute(ExecutionConfig<T> config,
T executingObject,
Function<T,R> executionStrategy,
List<Object> params) |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
ExecutionBuilder.execute(Function<T,R> executionStrategy) |
<F> GET_PARAM_RESULT |
GenericExecutionBuilder.withParam(F from,
Function<F,PARAM> converter) |
| Constructor and Description |
|---|
NoParamExecutionBuilder(T executingObject,
Function<T,R> executionStrategy,
ExecutionConfig<T> config) |
NoParamExecutionBuilder(T executingObject,
Function<T,R> executionStrategy,
ExecutionConfig<T> config,
List<Object> params) |
| Modifier and Type | Method and Description |
|---|---|
default Function<A,Void> |
Consumer.toFunction() |
Copyright © 2018. All rights reserved.