| Package | Description |
|---|---|
| uk.gov.gchq.gaffer.function.context |
| Modifier and Type | Class and Description |
|---|---|
static class |
ConsumerFunctionContext.Builder<R,F extends ConsumerFunction>
Implementation of the Builder pattern for
ConsumerFunctionContext. |
static class |
ConsumerProducerFunctionContext.Builder<R,F extends ConsumerProducerFunction>
Implementation of the Builder pattern for
ConsumerProducerFunctionContext. |
static class |
PassThroughFunctionContext.Builder<R,F extends ConsumerProducerFunction>
Implementation of the Builder pattern for
PassThroughFunctionContext. |
static class |
ProducerFunctionContext.Builder<R,F extends ProducerFunction>
Implementation of the Builder pattern for
ProducerFunctionContext. |
| Modifier and Type | Method and Description |
|---|---|
FunctionContext.Builder<F> |
FunctionContext.Builder.execute(F function)
Sets the
Function to be wrapped by the context and returns this
Builder for further configuration. |
Copyright © 2017. All rights reserved.