Uses of Interface
com.intellij.util.NotNullFunction
-
Packages that use NotNullFunction Package Description com.intellij.openapi.util com.intellij.util -
-
Uses of NotNullFunction in com.intellij.openapi.util
Methods in com.intellij.openapi.util with parameters of type NotNullFunction Modifier and Type Method Description static <T,H extends UserDataHolder>
NotNullLazyKey<T,H>NotNullLazyKey. create(String name, NotNullFunction<H,T> function)
-
Uses of NotNullFunction in com.intellij.util
Fields in com.intellij.util declared as NotNullFunction Modifier and Type Field Description static NotNullFunction
NotNullFunction. ID
-