Uses of Class
uk.gov.gchq.gaffer.operation.impl.ForEach
-
Packages that use ForEach Package Description uk.gov.gchq.gaffer.operation.impl Core operation implementations.uk.gov.gchq.gaffer.store.operation.handler Operation handler implementations. -
-
Uses of ForEach in uk.gov.gchq.gaffer.operation.impl
Methods in uk.gov.gchq.gaffer.operation.impl that return ForEach Modifier and Type Method Description ForEach<I,O>
ForEach. shallowClone()
-
Uses of ForEach in uk.gov.gchq.gaffer.store.operation.handler
Methods in uk.gov.gchq.gaffer.store.operation.handler with parameters of type ForEach Modifier and Type Method Description Iterable<? extends O>
ForEachHandler. doOperation(ForEach<I,O> forEach, Context context, Store store)
-