Package com.evolveum.axiom.reactor
Class MapDependency<I,O>
- java.lang.Object
- 
- com.evolveum.axiom.reactor.AbstractDependency<T>
- 
- com.evolveum.axiom.reactor.DelegatedDependency<O>
- 
- com.evolveum.axiom.reactor.MapDependency<I,O>
 
 
 
- 
- All Implemented Interfaces:
- Dependency<O>
 
 public class MapDependency<I,O> extends DelegatedDependency<O> 
- 
- 
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>
 
- 
 - 
Constructor SummaryConstructors Constructor Description MapDependency(Dependency<I> delegate, Function<I,O> mapping)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Oget()- 
Methods inherited from class com.evolveum.axiom.reactor.DelegatedDependencyerrorMessage, isRequired, isSatisfied
 - 
Methods inherited from class com.evolveum.axiom.reactor.AbstractDependencyunsatisfied
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.evolveum.axiom.reactor.DependencyflatMap, map
 
- 
 
- 
- 
- 
Constructor Detail- 
MapDependencypublic MapDependency(Dependency<I> delegate, Function<I,O> mapping) 
 
- 
 - 
Method Detail- 
getpublic O get() - Specified by:
- getin interface- Dependency<I>
- Overrides:
- getin class- DelegatedDependency<O>
 
 
- 
 
-