Uses of Interface
com.evolveum.midpoint.util.Processor
-
Packages that use Processor Package Description com.evolveum.midpoint.prism.delta com.evolveum.midpoint.prism.extensions com.evolveum.midpoint.util -
-
Uses of Processor in com.evolveum.midpoint.prism.delta
Methods in com.evolveum.midpoint.prism.delta with parameters of type Processor Modifier and Type Method Description void
DeltaSetTriple. foreach(Processor<T> processor)
Process each element of every set.void
DeltaTriple. foreach(Processor<T> processor)
void
ItemDelta. foreach(Processor<V> processor)
-
Uses of Processor in com.evolveum.midpoint.prism.extensions
Methods in com.evolveum.midpoint.prism.extensions with parameters of type Processor Modifier and Type Method Description void
AbstractDelegatedPrismValueDeltaSetTriple. foreach(Processor<V> processor)
-
Uses of Processor in com.evolveum.midpoint.util
Methods in com.evolveum.midpoint.util with parameters of type Processor Modifier and Type Method Description static <T> void
MiscUtil. carthesian(List<? extends Collection<T>> valuesForDimensions, Processor<List<T>> tupleProcessor)
We have n dimensions (D1...Dn), each containing a number of values.void
Foreachable. foreach(Processor<T> processor)
Will call processor for every element in the instance.
-