public class Lazy<T> extends Object
Lazy(Function0<T> valueFactory)
T
getValue()
boolean
isValueCreated()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Lazy(Function0<T> valueFactory)
public boolean isValueCreated()
public T getValue()
Copyright © 2016. All Rights Reserved.