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) |
|
default AnalyticsFrame |
gatherAnalytics() |
|
@NotNull org.apache.jena.rdf.model.Resource |
getId() |
|
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)
default AnalyticsFrame gatherAnalytics()
@NotNull @NotNull org.apache.jena.rdf.model.Resource getId()
Copyright © 2018. All rights reserved.