Class Lazy<T>


  • public class Lazy<T>
    extends Object
    A thread-safe, lazily constructed instance of an object.
    • Constructor Detail

      • Lazy

        public Lazy​(Supplier<T> supplier)
    • Method Detail

      • get

        public T get()