Uses of Class
uk.gov.gchq.gaffer.operation.impl.While
-
Packages that use While Package Description uk.gov.gchq.gaffer.operation.impl Core operation implementations.uk.gov.gchq.gaffer.rest.factory uk.gov.gchq.gaffer.store.operation.handler Operation handler implementations.uk.gov.gchq.gaffer.store.operation.resolver -
-
Uses of While in uk.gov.gchq.gaffer.operation.impl
Methods in uk.gov.gchq.gaffer.operation.impl that return While Modifier and Type Method Description While<I,O>While. shallowClone() -
Uses of While in uk.gov.gchq.gaffer.rest.factory
Methods in uk.gov.gchq.gaffer.rest.factory that return While Modifier and Type Method Description WhileAbstractExamplesFactory. whileOperation() -
Uses of While in uk.gov.gchq.gaffer.store.operation.handler
Methods in uk.gov.gchq.gaffer.store.operation.handler with parameters of type While Modifier and Type Method Description ObjectWhileHandler. doOperation(While operation, Context context, Store store)booleanWhileHandler. isSatisfied(Object input, While operation, Context context, Store store)voidWhileHandler. validateMaxRepeats(While operation) -
Uses of While in uk.gov.gchq.gaffer.store.operation.resolver
Methods in uk.gov.gchq.gaffer.store.operation.resolver with parameters of type While Modifier and Type Method Description IntegerWhileScoreResolver. getScore(While operation)IntegerWhileScoreResolver. getScore(While operation, ScoreResolver defaultScoreResolver)
-