Class LazyRef<R>

  • All Implemented Interfaces:
    Supplier<R>

    public class LazyRef<R>
    extends Object
    implements Supplier<R>
    Since:
    9.2
    • Constructor Detail

      • LazyRef

        public LazyRef​(Supplier<R> supplier)
    • Method Detail

      • get

        public R get()
        Specified by:
        get in interface Supplier<R>