Uses of Interface
uk.gov.gchq.gaffer.operation.impl.function.Function
-
Packages that use Function Package Description uk.gov.gchq.gaffer.operation.impl.function uk.gov.gchq.gaffer.store.operation.validator.function -
-
Uses of Function in uk.gov.gchq.gaffer.operation.impl.function
Classes in uk.gov.gchq.gaffer.operation.impl.function that implement Function Modifier and Type Class Description classAggregateAnAggregateoperation appliesElementAggregator(s) to the providedIterableofElements by their group, and returns anIterable.classFilterAFilteroperation appliesElementFilter(s) to the providedIterableofElements and returns anIterable.classTransformATransformoperation applies providedElementTransformer(s) to the providedIterableofElements, and returns anIterable. -
Uses of Function in uk.gov.gchq.gaffer.store.operation.validator.function
Classes in uk.gov.gchq.gaffer.store.operation.validator.function with type parameters of type Function Modifier and Type Class Description classFunctionValidator<T extends Function>AFunctionValidatoris a superclass of Validators for Gaffer functions.
-