public class Lazy<T>
extends Object
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
of
public static <T> Lazy<T> of()
-
of
public static <T> Lazy<T> of(T value)
-
-
-
-
-
orElse
public T orElse(T elseValue)