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>
public class FlatMapDependency<I,O> extends DelegatedDependency<O>
-
-
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 FlatMapDependency(Dependency<I> delegate, Function<I,Dependency<O>> mapping)
-
Method Summary
-
Methods inherited from class com.evolveum.axiom.reactor.DelegatedDependency
errorMessage, get, isRequired, 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
-
FlatMapDependency
public FlatMapDependency(Dependency<I> delegate, Function<I,Dependency<O>> mapping)
-
-