Interface Dependency<T>

All Known Subinterfaces:
Action<E>, DependantAction<E>, Dependency.Search<T>
All Known Implementing Classes:
AbstractDependency, DelegatedDependency, Dependency.Immediate, Dependency.OptionalDep, Dependency.Suppliable, Dependency.Unsatified, FlatMapDependency, ItemContext, MapDependency, MapItemContext, RetriableDependency, ValueActionImpl, ValueContext

public interface Dependency<T>