T
Supplier<T>
@StubDocs public class ReactiveLazy<T> extends Object implements Supplier<T>
ReactiveLazy(Supplier<T> supplier)
get()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public ReactiveLazy(Supplier<T> supplier)
public T get()
get
public String toString()
toString
Object