Class Dependency.Suppliable<V>

    • Constructor Detail

      • Suppliable

        public Suppliable​(Supplier<V> value)
    • Method Detail

      • isSatisfied

        public boolean isSatisfied()
      • get

        public V get()