Class Reduce.Builder<T>
- java.lang.Object
-
- uk.gov.gchq.gaffer.operation.Operation.BaseBuilder<Reduce<T>,Reduce.Builder<T>>
-
- uk.gov.gchq.gaffer.operation.impl.Reduce.Builder<T>
-
- All Implemented Interfaces:
Input.Builder<Reduce<T>,Iterable<? extends T>,Reduce.Builder<T>>,InputOutput.Builder<Reduce<T>,Iterable<? extends T>,T,Reduce.Builder<T>>,Output.Builder<Reduce<T>,T,Reduce.Builder<T>>,Operation.Builder<Reduce<T>,Reduce.Builder<T>>
public static final class Reduce.Builder<T> extends Operation.BaseBuilder<Reduce<T>,Reduce.Builder<T>> implements InputOutput.Builder<Reduce<T>,Iterable<? extends T>,T,Reduce.Builder<T>>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Reduce.Builder<T>aggregateFunction(BinaryOperator aggregateFunction)Reduce.Builder<T>identity(T identity)-
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
-
aggregateFunction
public Reduce.Builder<T> aggregateFunction(BinaryOperator aggregateFunction)
-
identity
public Reduce.Builder<T> identity(T identity)
-
-