public class LazyReference<T> extends Object implements SupplierEx<T>
LazyReference(SupplierEx<T> supplier)
T
get()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LazyReference(SupplierEx<T> supplier)
public T get() throws Throwable
get
SupplierEx<T>
Throwable
Copyright © 2025. All rights reserved.