IdentifiableExecution<T>, Node<T>, ParametrizedNode<T>, Plugin<T>AbstractNode, AbstractNode.WithImplicitCloning, AbstractParametrizedNode, AbstractParametrizedNode.WithImplicitCloningpublic interface Execution<T>
| Modifier and Type | Method | Description |
|---|---|---|
List<T> |
apply(List<T> data) |
|
T |
apply(T data) |
|
static <T> UnaryOperator<List<T>> |
toMultiExecution(UnaryOperator<T> singleExecution) |
|
static <T> UnaryOperator<T> |
toSingleExecution(UnaryOperator<List<T>> multiExecution) |
static <T> UnaryOperator<T> toSingleExecution(UnaryOperator<List<T>> multiExecution)
static <T> UnaryOperator<List<T>> toMultiExecution(UnaryOperator<T> singleExecution)
Copyright © 2018. All rights reserved.