Package uk.gov.gchq.gaffer.operation.impl.function
-
Interface Summary Interface Description Function -
Class Summary Class Description Aggregate AnAggregate
operation appliesElementAggregator
(s) to the providedIterable
ofElement
s by their group, and returns anIterable
.Aggregate.Builder Filter AFilter
operation appliesElementFilter
(s) to the providedIterable
ofElement
s and returns anIterable
.Filter.Builder Transform ATransform
operation applies providedElementTransformer
(s) to the providedIterable
ofElement
s, and returns anIterable
.Transform.Builder