Package com.intellij.util
Interface PairFunction<T,V,U>
-
public interface PairFunction<T,V,U>
- Author:
- max
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description U
fun(T t, V v)
-
public interface PairFunction<T,V,U>
Modifier and Type | Method | Description |
---|---|---|
U |
fun(T t,
V v) |