Uses of Class
uk.gov.gchq.gaffer.operation.impl.output.ToSingletonList
-
Packages that use ToSingletonList Package Description uk.gov.gchq.gaffer.operation.impl.output Operations for formatting the output of an operation into a required representation.uk.gov.gchq.gaffer.store.operation.handler.output Handlers for output operations. -
-
Uses of ToSingletonList in uk.gov.gchq.gaffer.operation.impl.output
Methods in uk.gov.gchq.gaffer.operation.impl.output that return ToSingletonList Modifier and Type Method Description ToSingletonList<T>
ToSingletonList. shallowClone()
-
Uses of ToSingletonList in uk.gov.gchq.gaffer.store.operation.handler.output
Methods in uk.gov.gchq.gaffer.store.operation.handler.output with parameters of type ToSingletonList Modifier and Type Method Description List<? extends T>
ToSingletonListHandler. doOperation(ToSingletonList<T> operation, Context context, Store store)
-