Class Dependency.Suppliable<V>

java.lang.Object
com.evolveum.axiom.reactor.AbstractDependency<V>
com.evolveum.axiom.reactor.Dependency.Suppliable<V>
All Implemented Interfaces:
Dependency<V>
Enclosing interface:
Dependency<T>

public static final class Dependency.Suppliable<V> extends AbstractDependency<V>
  • Constructor Details

    • Suppliable

      public Suppliable(Supplier<V> value)
  • Method Details

    • isSatisfied

      public boolean isSatisfied()
    • get

      public V get()