public abstract class SoftLazyValue<T> extends java.lang.Object
SoftLazyValue()
protected abstract T
compute()
T
getValue()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SoftLazyValue()
public T getValue()
protected abstract T compute()
This is unofficial documentation and not affiliated with Jetbrains s.r.o. at all. We can not guarantee the correctness of this documentation.