Package com.evolveum.axiom.reactor
Interface DependantAction<E extends Exception>
- 
- All Superinterfaces:
- Action<E>,- Dependency<Void>
 - All Known Implementing Classes:
- ValueActionImpl
 
 public interface DependantAction<E extends Exception> extends Action<E> 
- 
- 
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>
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default booleancanApply()Returns true if action can be applied.Collection<Dependency<?>>dependencies()- 
Methods inherited from interface com.evolveum.axiom.reactor.Actionapply, error, fail, get, isSatisfied, successful
 - 
Methods inherited from interface com.evolveum.axiom.reactor.DependencyerrorMessage, flatMap, isRequired, map, unsatisfied
 
- 
 
- 
- 
- 
Method Detail- 
dependenciesCollection<Dependency<?>> dependencies() 
 
- 
 
-