Package com.evolveum.axiom.reactor
Class AbstractDependency<V>
java.lang.Object
com.evolveum.axiom.reactor.AbstractDependency<V>
- All Implemented Interfaces:
Dependency<V>
- Direct Known Subclasses:
DelegatedDependency
,Dependency.Immediate
,Dependency.Suppliable
,Dependency.Unsatified
-
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
-
Method Summary
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, get, isRequired, isSatisfied, map
-
Constructor Details
-
AbstractDependency
public AbstractDependency()
-
-
Method Details
-
unsatisfied
- Specified by:
unsatisfied
in interfaceDependency<V>
-
errorMessage
- Specified by:
errorMessage
in interfaceDependency<V>
-