|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.lang.resolve.lazy.storage.NullableLazyValueImpl<T>
public abstract class NullableLazyValueImpl<T>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.intellij.openapi.util.Computable |
|---|
com.intellij.openapi.util.Computable.NotNullCachedComputable<T>, com.intellij.openapi.util.Computable.NullableCachedComputable<T>, com.intellij.openapi.util.Computable.PredefinedValueComputable<T> |
| Constructor Summary | |
|---|---|
NullableLazyValueImpl()
|
|
| Method Summary | |
|---|---|
T |
compute()
|
protected abstract T |
doCompute()
|
protected void |
postCompute(T value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NullableLazyValueImpl()
| Method Detail |
|---|
public T compute()
compute in interface com.intellij.openapi.util.Computable<T>compute in interface NullableLazyValue<T>protected abstract T doCompute()
protected void postCompute(T value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||