public class Lazy<T> extends Object
Not serializable!
Lazy(Supplier<? extends T> supplier)
void
clear()
T
get()
boolean
isMemorized()
set(T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Lazy(Supplier<? extends T> supplier)
public boolean isMemorized()
public void clear()
public T get()
public void set(T value)
Copyright © 2005–2021 Units of Measurement project. All rights reserved.