Added in API level 10000
android.util.function
Interfaces
| IntObjFunction<T, R> |
Represents a function that accepts an int-valued argument and an object-valued argument,
and produces a result.
|
| LongObjFunction<T, R> |
Represents a function that accepts a long-valued argument and an object-valued argument,
and produces a result.
|
Interfaces