Uses of Class
uk.gov.gchq.gaffer.operation.impl.function.Transform
-
Packages that use Transform Package Description uk.gov.gchq.gaffer.operation.impl.function uk.gov.gchq.gaffer.store.operation.handler.function uk.gov.gchq.gaffer.store.operation.util -
-
Uses of Transform in uk.gov.gchq.gaffer.operation.impl.function
Methods in uk.gov.gchq.gaffer.operation.impl.function that return Transform Modifier and Type Method Description Transform
Transform. shallowClone()
-
Uses of Transform in uk.gov.gchq.gaffer.store.operation.handler.function
Methods in uk.gov.gchq.gaffer.store.operation.handler.function with parameters of type Transform Modifier and Type Method Description Iterable<? extends Element>
TransformHandler. doOperation(Transform operation, Context context, Store store)
Iterable<? extends Element>
TransformHandler. doOperation(Transform operation, Schema schema)
-
Uses of Transform in uk.gov.gchq.gaffer.store.operation.util
Constructors in uk.gov.gchq.gaffer.store.operation.util with parameters of type Transform Constructor Description StreamTransformIterable(Transform operation)
TransformStreamSupplier(Transform operation)
Default constructor.
-