| io.reactivex.functions.IntFunction<T> |
A functional interface (callback) that takes a primitive value and return value of type T.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract T |
apply(int i)
Calculates a value based on a primitive integer input.
| ||||||||||
Calculates a value based on a primitive integer input.
| i | the input value |
|---|
| Exception | on error |
|---|