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