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 class
Aggregate
AnAggregate
operation appliesElementAggregator
(s) to the providedIterable
ofElement
s by their group, and returns anIterable
.class
Filter
AFilter
operation appliesElementFilter
(s) to the providedIterable
ofElement
s and returns anIterable
.class
Transform
ATransform
operation applies providedElementTransformer
(s) to the providedIterable
ofElement
s, 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 class
FunctionValidator<T extends Function>
AFunctionValidator
is a superclass of Validators for Gaffer functions.
-