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