Package com.evolveum.axiom.reactor
Class Dependency.OptionalDep<T>
- java.lang.Object
 - 
- com.evolveum.axiom.reactor.AbstractDependency<T>
 - 
- com.evolveum.axiom.reactor.DelegatedDependency<T>
 - 
- com.evolveum.axiom.reactor.Dependency.OptionalDep<T>
 
 
 
 
- 
- All Implemented Interfaces:
 Dependency<T>
- Enclosing interface:
 - Dependency<T>
 
public static final class Dependency.OptionalDep<T> extends DelegatedDependency<T>
 
- 
- 
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 OptionalDep(Dependency<T> delegate) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisRequired()- 
Methods inherited from class com.evolveum.axiom.reactor.DelegatedDependency
errorMessage, get, isSatisfied 
- 
Methods inherited from class com.evolveum.axiom.reactor.AbstractDependency
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, map 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
OptionalDep
public OptionalDep(Dependency<T> delegate)
 
 - 
 
- 
Method Detail
- 
isRequired
public boolean isRequired()
- Specified by:
 isRequiredin interfaceDependency<T>- Overrides:
 isRequiredin classDelegatedDependency<T>
 
 - 
 
 -