Package com.evolveum.axiom.reactor
Class Dependency.Suppliable<V>
- java.lang.Object
-
- com.evolveum.axiom.reactor.AbstractDependency<V>
-
- com.evolveum.axiom.reactor.Dependency.Suppliable<V>
-
- All Implemented Interfaces:
Dependency<V>
- Enclosing interface:
- Dependency<T>
public static final class Dependency.Suppliable<V> extends AbstractDependency<V>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.axiom.reactor.Dependency
Dependency.Immediate<V>, Dependency.OptionalDep<T>, Dependency.Search<T>, Dependency.Suppliable<V>, Dependency.Unsatified<V>
-
-
Constructor Summary
Constructors Constructor Description Suppliable(Supplier<V> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V
get()
boolean
isSatisfied()
-
Methods inherited from class com.evolveum.axiom.reactor.AbstractDependency
errorMessage, unsatisfied
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.evolveum.axiom.reactor.Dependency
flatMap, isRequired, map
-
-