Uses of Class
uk.gov.gchq.gaffer.operation.impl.If
-
Packages that use If 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 If in uk.gov.gchq.gaffer.operation.impl
Methods in uk.gov.gchq.gaffer.operation.impl that return If Modifier and Type Method Description If<I,O>
If. shallowClone()
-
Uses of If in uk.gov.gchq.gaffer.rest.factory
Methods in uk.gov.gchq.gaffer.rest.factory that return If Modifier and Type Method Description If
AbstractExamplesFactory. ifOperation()
-
Uses of If in uk.gov.gchq.gaffer.store.operation.handler
Methods in uk.gov.gchq.gaffer.store.operation.handler with parameters of type If Modifier and Type Method Description Object
IfHandler. doOperation(If operation, Context context, Store store)
-
Uses of If in uk.gov.gchq.gaffer.store.operation.resolver
Methods in uk.gov.gchq.gaffer.store.operation.resolver with parameters of type If Modifier and Type Method Description Integer
IfScoreResolver. getScore(If operation)
Integer
IfScoreResolver. getScore(If operation, ScoreResolver defaultScoreResolver)
-