Package | Description |
---|---|
org.openimaj.util.function.context |
Modifier and Type | Class and Description |
---|---|
class |
KeyContextExtractor<T>
Extract the object from the context for given a key
|
Modifier and Type | Field and Description |
---|---|
protected ContextExtractor<IN> |
ContextAdaptor.extract |
Constructor and Description |
---|
ContextAdaptor(ADAPTED inner,
ContextExtractor<IN> extract,
ContextInsertor<OUT> insert)
Construct with the given options.
|
ContextFunctionAdaptor(Function<IN,OUT> inner,
ContextExtractor<IN> extract,
ContextInsertor<OUT> insert) |
ContextListFilter(Predicate<IN> inner,
ContextExtractor<List<IN>> extract,
ContextInsertor<List<IN>> insert)
Construct with the given options.
|
ContextListFunction(Function<IN,OUT> inner,
ContextExtractor<List<IN>> extract,
ContextInsertor<List<OUT>> insert)
Construct with the given options.
|
ContextListTransform(ContextExtractor<T> extract)
Construct with the given extractor.
|
ContextListTransformFunction(ContextExtractor<IN> extract,
Function<List<IN>,OUT> inner) |
ContextOperationAdaptor(Operation<T> inner,
ContextExtractor<T> extract)
Construct with the given operation and extractor
|
ContextPredicateAdaptor(Predicate<T> inner,
ContextExtractor<T> extract,
ContextInsertor<T> insert)
Construct with the given options.
|
ContextTransform(ContextExtractor<T> extract)
Construct with the given extractor
|