Package com.mku.func
Interface Function<T,R>
-
- Type Parameters:
T
- Type of first argumentR
- Return Type
public interface Function<T,R>
Backwards compatibility Function class for devices with Android 23 and prior.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description R
apply(T data)
-