| Package | Description |
|---|---|
| uk.gov.gchq.gaffer.function | |
| uk.gov.gchq.gaffer.function.processor |
| Modifier and Type | Class and Description |
|---|---|
class |
IsA
|
class |
MultiFilterFunction
|
class |
SimpleFilterFunction<T>
An
SimpleFilterFunction is a FilterFunction that
takes a single input object. |
| Modifier and Type | Method and Description |
|---|---|
abstract FilterFunction |
FilterFunction.statelessClone() |
| Modifier and Type | Method and Description |
|---|---|
List<ConsumerFunctionContext<Integer,FilterFunction>> |
MultiFilterFunction.getFunctions() |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiFilterFunction.setFunctions(List<ConsumerFunctionContext<Integer,FilterFunction>> functions) |
| Constructor and Description |
|---|
MultiFilterFunction(List<ConsumerFunctionContext<Integer,FilterFunction>> functions) |
| Modifier and Type | Method and Description |
|---|---|
Filter.Builder<R> |
Filter.Builder.execute(FilterFunction function)
Set the
FilterFunction to be executed by the current
ConsumerFunctionContext. |
| Constructor and Description |
|---|
Filter(List<ConsumerFunctionContext<R,FilterFunction>> functions)
Create a
Filter that executes the given FunctionContexts. |
Copyright © 2017. All rights reserved.