Uses of Interface
com.intellij.util.Function
-
Packages that use Function Package Description com.intellij.openapi.util.text com.intellij.util com.intellij.util.containers com.intellij.util.text jetbrains.buildServer.vcs.patches.diff -
-
Uses of Function in com.intellij.openapi.util.text
Methods in com.intellij.openapi.util.text with parameters of type Function Modifier and Type Method Description static <T> String
StringUtil. join(Iterable<T> items, Function<T,String> f, String separator)
static <T> String
StringUtil. join(Collection<T> items, Function<T,String> f, String separator)
static <T> String
StringUtil. join(T[] items, Function<T,String> f, String separator)
-
Uses of Function in com.intellij.util
Subinterfaces of Function in com.intellij.util Modifier and Type Interface Description interface
NotNullFunction<Dom,Img>
interface
NullableFunction<Dom,Img>
Fields in com.intellij.util declared as Function Modifier and Type Field Description static Function
Function. ID
static Function
Function. NULL
Constructors in com.intellij.util with parameters of type Function Constructor Description AdapterProcessor(Processor<S> adaptee, Function<T,S> conversion)
-
Uses of Function in com.intellij.util.containers
Methods in com.intellij.util.containers with parameters of type Function Modifier and Type Method Description static <T,V>
List<T>ContainerUtil. concat(Iterable<? extends V> list, Function<V,Collection<? extends T>> fun)
static <T,V>
List<T>ContainerUtil. concat(V[] array, Function<V,Collection<? extends T>> fun)
static <T,V>
List<V>ContainerUtil. map(Iterable<? extends T> iterable, Function<T,V> mapping)
static <T,V>
List<V>ContainerUtil. map(T[] arr, Function<T,V> mapping)
static <T,V>
V[]ContainerUtil. map(T[] arr, Function<T,V> mapping, V[] emptyArray)
static <T,V>
V[]ContainerUtil. map2Array(Collection<? extends T> collection, Class<? extends V> aClass, Function<T,V> mapper)
static <T,V>
V[]ContainerUtil. map2Array(Collection<? extends T> collection, V[] to, Function<T,V> mapper)
static <T> Object[]
ContainerUtil. map2Array(Collection<T> array, Function<T,Object> mapper)
static <T> Object[]
ContainerUtil. map2Array(T[] array, Function<T,Object> mapper)
static <T,V>
V[]ContainerUtil. map2Array(T[] array, Class<? extends V> aClass, Function<T,V> mapper)
static <T,V>
List<V>ContainerUtil. map2List(Collection<? extends T> collection, Function<T,V> mapper)
static <T,V>
List<V>ContainerUtil. map2List(T[] array, Function<T,V> mapper)
static <T,V>
Set<V>ContainerUtil. map2Set(Collection<? extends T> collection, Function<T,V> mapper)
static <T,V>
Set<V>ContainerUtil. map2Set(T[] collection, Function<T,V> mapper)
static <T,V>
List<V>ContainerUtil. mapNotNull(Iterable<? extends T> iterable, Function<T,V> mapping)
static <T,V>
List<V>ContainerUtil. mapNotNull(T[] array, Function<T,V> mapping)
-
Uses of Function in com.intellij.util.text
Constructors in com.intellij.util.text with parameters of type Function Constructor Description UniqueNameGenerator(Collection elements, Function<Object,String> namer)
-
Uses of Function in jetbrains.buildServer.vcs.patches.diff
Methods in jetbrains.buildServer.vcs.patches.diff that return Function Modifier and Type Method Description static <A,B>
Function<A,Pair<A,B>>Pair. createFunction(B value)
-