Supplier<R>
public class LazyRef<R> extends Object implements Supplier<R>
LazyRef(Supplier<R> supplier)
R
get()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LazyRef(Supplier<R> supplier)
public R get()
get