Class LazilyInitialized<T>


  • public class LazilyInitialized<T>
    extends Object
    Author:
    hmlnarik
    • Constructor Detail

      • LazilyInitialized

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

      • get

        public T get()
      • isInitialized

        public boolean isInitialized()
        Returns true if the reference to the object has been initialized
        Returns: