public final class Lazy<T> extends Object implements Supplier<T>
Lazy(Callable<T> initializer)
static <T> Lazy<T>
by(Callable<T> supplier)
T
get()
static <V> V
get(Lazy<V> value)
of(T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Lazy(Callable<T> initializer)
public T get()
get
Supplier<T>
public static <T> Lazy<T> of(T value)
public static <T> Lazy<T> by(Callable<T> supplier)
public static <V> V get(Lazy<V> value)
Copyright © 2021. All rights reserved.