Package com.evolveum.axiom.reactor
Class FlatMapDependency<I,O> 
java.lang.Object
com.evolveum.axiom.reactor.AbstractDependency<T>
com.evolveum.axiom.reactor.DelegatedDependency<O>
com.evolveum.axiom.reactor.FlatMapDependency<I,O> 
- All Implemented Interfaces:
- Dependency<O>
- 
Nested Class SummaryNested 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 SummaryConstructorsConstructorDescriptionFlatMapDependency(Dependency<I> delegate, Function<I, Dependency<O>> mapping) 
- 
Method SummaryMethods inherited from class com.evolveum.axiom.reactor.DelegatedDependencyerrorMessage, get, isRequired, isSatisfiedMethods inherited from class com.evolveum.axiom.reactor.AbstractDependencyunsatisfiedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.axiom.reactor.DependencyflatMap, map
- 
Constructor Details- 
FlatMapDependency
 
-