Class LazyInitialized<V>


  • public class LazyInitialized<V>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LazyInitialized​(java.util.function.Supplier<V> supplier)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      V get()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LazyInitialized

        public LazyInitialized​(java.util.function.Supplier<V> supplier)
    • Method Detail

      • get

        public V get()