Package com.evolveum.axiom.reactor
Interface Dependency.Search<T>
- 
- All Superinterfaces:
 Dependency<T>
- All Known Implementing Classes:
 RetriableDependency
- Enclosing interface:
 - Dependency<T>
 
public static interface Dependency.Search<T> extends Dependency<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> 
 - 
 
- 
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Dependency.Search<T>notFound(Supplier<? extends Exception> unsatisfiedMessage)- 
Methods inherited from interface com.evolveum.axiom.reactor.Dependency
errorMessage, flatMap, get, isRequired, isSatisfied, map, unsatisfied 
 - 
 
 - 
 
- 
- 
Method Detail
- 
notFound
default Dependency.Search<T> notFound(Supplier<? extends Exception> unsatisfiedMessage)
 
 - 
 
 -