Uses of Class
uk.gov.gchq.gaffer.operation.io.GenericInput
-
Packages that use GenericInput Package Description uk.gov.gchq.gaffer.operation.impl Core operation implementations. -
-
Uses of GenericInput in uk.gov.gchq.gaffer.operation.impl
Subclasses of GenericInput in uk.gov.gchq.gaffer.operation.impl Modifier and Type Class Description class
If<I,O>
class
While<I,O>
AWhile
is anOperation
which executes a provided delegate Operation, either while some condition is true, (upto some global maximum), or until some configurable cut-off is reached.
-