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