public class Lazy<E> extends Object implements Serializable
Lazy(Supplier<E> supplier)
E
getValue()
void
setDirty()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Lazy(Supplier<E> supplier)
public E getValue()
public void setDirty()
Copyright © 2017. All rights reserved.