Class Map.OutputBuilder<I,O>
- java.lang.Object
-
- uk.gov.gchq.gaffer.operation.Operation.BaseBuilder<Map<I,O>,Map.OutputBuilder<I,O>>
-
- uk.gov.gchq.gaffer.operation.impl.Map.OutputBuilder<I,O>
-
- All Implemented Interfaces:
Input.Builder<Map<I,O>,I,Map.OutputBuilder<I,O>>
,InputOutput.Builder<Map<I,O>,I,O,Map.OutputBuilder<I,O>>
,Output.Builder<Map<I,O>,O,Map.OutputBuilder<I,O>>
,Operation.Builder<Map<I,O>,Map.OutputBuilder<I,O>>
public static final class Map.OutputBuilder<I,O> extends Operation.BaseBuilder<Map<I,O>,Map.OutputBuilder<I,O>> implements InputOutput.Builder<Map<I,O>,I,O,Map.OutputBuilder<I,O>>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <NEXT> Map.OutputBuilder<I,NEXT>
then(Function<? extends O,NEXT> function)
-
Methods inherited from class uk.gov.gchq.gaffer.operation.Operation.BaseBuilder
_getOp, _self, build, option, options
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface uk.gov.gchq.gaffer.operation.io.Input.Builder
input
-
Methods inherited from interface uk.gov.gchq.gaffer.operation.Operation.Builder
_getOp, _self
-
-
-
-
Method Detail
-
then
public <NEXT> Map.OutputBuilder<I,NEXT> then(Function<? extends O,NEXT> function)
-
-