Class ToStream.Builder<T>
- java.lang.Object
-
- uk.gov.gchq.gaffer.operation.Operation.BaseBuilder<ToStream<T>,ToStream.Builder<T>>
-
- uk.gov.gchq.gaffer.operation.impl.output.ToStream.Builder<T>
-
- All Implemented Interfaces:
Input.Builder<ToStream<T>,Iterable<? extends T>,ToStream.Builder<T>>
,InputOutput.Builder<ToStream<T>,Iterable<? extends T>,Stream<? extends T>,ToStream.Builder<T>>
,MultiInput.Builder<ToStream<T>,T,ToStream.Builder<T>>
,Output.Builder<ToStream<T>,Stream<? extends T>,ToStream.Builder<T>>
,Operation.Builder<ToStream<T>,ToStream.Builder<T>>
public static final class ToStream.Builder<T> extends Operation.BaseBuilder<ToStream<T>,ToStream.Builder<T>> implements InputOutput.Builder<ToStream<T>,Iterable<? extends T>,Stream<? extends T>,ToStream.Builder<T>>, MultiInput.Builder<ToStream<T>,T,ToStream.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
-
-