| Package | Description |
|---|---|
| uk.gov.gchq.gaffer.function.processor |
| Modifier and Type | Method and Description |
|---|---|
Transformer.Builder<R> |
Transformer.Builder.execute(TransformFunction function)
Set the
TransformFunction to be executed by the current
ConsumerProducerFunctionContext. |
Transformer.Builder<R> |
Transformer.Builder.project(R... projection)
Set the projection references for the current
ConsumerProducerFunctionContext. |
Transformer.Builder<R> |
Transformer.Builder.select(R... selection)
Set the selection references for the current
ConsumerProducerFunctionContext. |
Copyright © 2017. All rights reserved.