Class Count.Builder<T>
- java.lang.Object
-
- uk.gov.gchq.gaffer.operation.Operation.BaseBuilder<Count<T>,Count.Builder<T>>
-
- uk.gov.gchq.gaffer.operation.impl.Count.Builder<T>
-
- All Implemented Interfaces:
Input.Builder<Count<T>,Iterable<? extends T>,Count.Builder<T>>
,InputOutput.Builder<Count<T>,Iterable<? extends T>,Long,Count.Builder<T>>
,MultiInput.Builder<Count<T>,T,Count.Builder<T>>
,Output.Builder<Count<T>,Long,Count.Builder<T>>
,Operation.Builder<Count<T>,Count.Builder<T>>
public static final class Count.Builder<T> extends Operation.BaseBuilder<Count<T>,Count.Builder<T>> implements InputOutput.Builder<Count<T>,Iterable<? extends T>,Long,Count.Builder<T>>, MultiInput.Builder<Count<T>,T,Count.Builder<T>>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
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.MultiInput.Builder
input, input
-
Methods inherited from interface uk.gov.gchq.gaffer.operation.Operation.Builder
_getOp, _self
-
-