Uses of Class
uk.gov.gchq.gaffer.operation.impl.Map.OutputBuilder
-
Packages that use Map.OutputBuilder Package Description uk.gov.gchq.gaffer.operation.impl Core operation implementations. -
-
Uses of Map.OutputBuilder in uk.gov.gchq.gaffer.operation.impl
Methods in uk.gov.gchq.gaffer.operation.impl that return Map.OutputBuilder Modifier and Type Method Description <O> Map.OutputBuilder<I,O>
Map.Builder. first(Function<? extends I,O> function)
<NEXT> Map.OutputBuilder<I,NEXT>
Map.OutputBuilder. then(Function<? extends O,NEXT> function)
-