org.jetbrains.jet.storage
Interface NullableLazyValue<T>

All Superinterfaces:
jet.Function0<T>

public interface NullableLazyValue<T>
extends jet.Function0<T>


Method Summary
 T invoke()
           
 boolean isComputed()
           
 

Method Detail

invoke

@Nullable
T invoke()
Specified by:
invoke in interface jet.Function0<T>

isComputed

boolean isComputed()