| Package | Description |
|---|---|
| uk.gov.gchq.gaffer.function | |
| uk.gov.gchq.gaffer.function.context |
| Modifier and Type | Method and Description |
|---|---|
abstract ProducerFunction |
ProducerFunction.statelessClone() |
| Modifier and Type | Class and Description |
|---|---|
class |
ProducerFunctionContext<R,F extends ProducerFunction>
A
ProducerFunctionContext wraps a ProducerFunction, and provides the
references to project the results produced by a function into an output Tuple. |
static class |
ProducerFunctionContext.Builder<R,F extends ProducerFunction>
Implementation of the Builder pattern for
ProducerFunctionContext. |
Copyright © 2017. All rights reserved.