public class LazyValue<T> extends Object
static <T> LazyValue<T>
create(java.util.function.Supplier<T> supplier)
T
get()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <T> LazyValue<T> create(java.util.function.Supplier<T> supplier)
public T get()
Copyright © 2017. All rights reserved.