Class LazyInitializer<T>

java.lang.Object
com.landawn.abacus.util.LazyInitializer<T>
All Implemented Interfaces:
Supplier<T>, Throwables.Supplier<T,RuntimeException>, Supplier<T>

public final class LazyInitializer<T> extends Object implements Supplier<T>