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
 
 public abstract class AbstractDependency<V> extends Object implements Dependency<V> 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface com.evolveum.axiom.reactor.DependencyDependency.Immediate<V>, Dependency.OptionalDep<T>, Dependency.Search<T>, Dependency.Suppliable<V>, Dependency.Unsatified<V>
 
- 
 - 
Constructor SummaryConstructors Constructor Description AbstractDependency()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ExceptionerrorMessage()Dependency<V>unsatisfied(Supplier<? extends Exception> unsatisfiedMessage)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.evolveum.axiom.reactor.DependencyflatMap, get, isRequired, isSatisfied, map
 
- 
 
- 
- 
- 
Method Detail- 
unsatisfiedpublic Dependency<V> unsatisfied(Supplier<? extends Exception> unsatisfiedMessage) - Specified by:
- unsatisfiedin interface- Dependency<V>
 
 - 
errorMessagepublic Exception errorMessage() - Specified by:
- errorMessagein interface- Dependency<V>
 
 
- 
 
-