Class Map.Builder<I>
- java.lang.Object
-
- uk.gov.gchq.gaffer.operation.Operation.BaseBuilder<Map<I,Object>,Map.Builder<I>>
-
- uk.gov.gchq.gaffer.operation.impl.Map.Builder<I>
-
- All Implemented Interfaces:
Input.Builder<Map<I,Object>,I,Map.Builder<I>>
,InputOutput.Builder<Map<I,Object>,I,Object,Map.Builder<I>>
,Output.Builder<Map<I,Object>,Object,Map.Builder<I>>
,Operation.Builder<Map<I,Object>,Map.Builder<I>>
public static final class Map.Builder<I> extends Operation.BaseBuilder<Map<I,Object>,Map.Builder<I>> implements InputOutput.Builder<Map<I,Object>,I,Object,Map.Builder<I>>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <O> Map.OutputBuilder<I,O>
first(Function<? extends I,O> 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
-
first
public <O> Map.OutputBuilder<I,O> first(Function<? extends I,O> function)
-
-