Class LazyValue<T>

java.lang.Object
io.quarkus.arc.impl.LazyValue<T>

public class LazyValue<T> extends Object
Author:
Martin Kouba
  • Constructor Details

    • LazyValue

      public LazyValue(Supplier<T> supplier)
  • Method Details

    • get

      public T get()
    • getIfPresent

      public T getIfPresent()
    • clear

      public void clear()
    • isSet

      public boolean isSet()