org.jetbrains.jet.lang.resolve.lazy.storage
Interface MemoizedFunctionToNotNull<P,R>

All Superinterfaces:
com.intellij.util.Function<P,R>

public interface MemoizedFunctionToNotNull<P,R>
extends com.intellij.util.Function<P,R>


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.intellij.util.Function
com.intellij.util.Function.First<P,R extends P>, com.intellij.util.Function.FirstInCollection<P,R extends P>, com.intellij.util.Function.Predefined, com.intellij.util.Function.Self<P,R>
 
Field Summary
 
Fields inherited from interface com.intellij.util.Function
ID, NULL, TO_STRING
 
Method Summary
 R fun(P p)
           
 

Method Detail

fun

@NotNull
R fun(P p)
Specified by:
fun in interface com.intellij.util.Function<P,R>