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