Package | Description |
---|---|
org.openimaj.util.function.context |
Modifier and Type | Class and Description |
---|---|
class |
KeyContextInsertor<T>
ContextInsertor that inserts an object at a specific key. |
Modifier and Type | Field and Description |
---|---|
protected ContextInsertor<OUT> |
ContextAdaptor.insert |
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) |
ContextGenerator(ContextInsertor<T> insert)
Construct with the given insertor.
|
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.
|
ContextPredicateAdaptor(Predicate<T> inner,
ContextExtractor<T> extract,
ContextInsertor<T> insert)
Construct with the given options.
|