public class Lazy<T> extends Object implements Supplier<T>, Serializable
T
get()
static <T> Lazy<T>
of(Supplier<T> supplier)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <T> Lazy<T> of(Supplier<T> supplier)
supplier
public T get()
get
Supplier<T>
Copyright © 2020. All rights reserved.