Package com.evolveum.midpoint.util
Class PassingHolder<T>
- java.lang.Object
-
- com.evolveum.midpoint.util.Holder<T>
-
- com.evolveum.midpoint.util.PassingHolder<T>
-
-
Constructor Summary
Constructors Constructor Description PassingHolder(@Nullable Consumer<T> ultimateConsumer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
passValue()
Passes a value to the consumer (repeatedly if needed).-
Methods inherited from class com.evolveum.midpoint.util.Holder
accept, equals, getValue, hashCode, isEmpty, setValue, toString
-
-