Interface | Description |
---|---|
ContextExtractor<T> |
Given a context, extract an element of type T.
|
ContextInsertor<T> |
Given a context, insert an object of type T
|
Class | Description |
---|---|
ContextAdaptor<ADAPTED,IN,OUT> |
Base class that holds the elements required to adapt something (i.e.
|
ContextFunctionAdaptor<IN,OUT> | |
ContextGenerator<T> |
Generate a context stream from a stream of other objects.
|
ContextListFilter<IN> |
Filter a list of items belonging to a single
Context entry using a
predicate |
ContextListFunction<IN,OUT> | |
ContextListTransform<T> | |
ContextListTransformFunction<IN,OUT> | |
ContextOperationAdaptor<T> | |
ContextPredicateAdaptor<T> | |
ContextTransform<T> |
Transform a context into a stream of another type based on items extracted
from the context
|
KeyContextExtractor<T> |
Extract the object from the context for given a key
|
KeyContextInsertor<T> |
ContextInsertor that inserts an object at a specific key. |