Class ToSingletonList.Builder<T>
- java.lang.Object
-
- uk.gov.gchq.gaffer.operation.Operation.BaseBuilder<ToSingletonList<T>,ToSingletonList.Builder<T>>
-
- uk.gov.gchq.gaffer.operation.impl.output.ToSingletonList.Builder<T>
-
- All Implemented Interfaces:
Input.Builder<ToSingletonList<T>,T,ToSingletonList.Builder<T>>
,InputOutput.Builder<ToSingletonList<T>,T,List<? extends T>,ToSingletonList.Builder<T>>
,Output.Builder<ToSingletonList<T>,List<? extends T>,ToSingletonList.Builder<T>>
,Operation.Builder<ToSingletonList<T>,ToSingletonList.Builder<T>>
- Enclosing class:
- ToSingletonList<T>
public static final class ToSingletonList.Builder<T> extends Operation.BaseBuilder<ToSingletonList<T>,ToSingletonList.Builder<T>> implements InputOutput.Builder<ToSingletonList<T>,T,List<? extends T>,ToSingletonList.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.Input.Builder
input
-
Methods inherited from interface uk.gov.gchq.gaffer.operation.Operation.Builder
_getOp, _self
-
-