org.jetbrains.jet.lang.resolve.lazy.storage
Interface NotNullLazyValue<T>

All Superinterfaces:
com.intellij.openapi.util.Computable<T>

public interface NotNullLazyValue<T>
extends com.intellij.openapi.util.Computable<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>
 
Method Summary
 T compute()
           
 

Method Detail

compute

@NotNull
T compute()
Specified by:
compute in interface com.intellij.openapi.util.Computable<T>