Uses of Class
uk.gov.gchq.gaffer.operation.impl.While.Builder
-
Packages that use While.Builder Package Description uk.gov.gchq.gaffer.operation.impl Core operation implementations. -
-
Uses of While.Builder in uk.gov.gchq.gaffer.operation.impl
Methods in uk.gov.gchq.gaffer.operation.impl that return While.Builder Modifier and Type Method Description While.Builder<I,O>While.Builder. condition(Boolean condition)While.Builder<I,O>While.Builder. conditional(Predicate predicate)While.Builder<I,O>While.Builder. conditional(Predicate predicate, Operation transform)While.Builder<I,O>While.Builder. conditional(Conditional conditional)While.Builder<I,O>While.Builder. maxRepeats(Integer repeats)While.Builder<I,O>While.Builder. operation(Operation op)
-