Package com.igormaznitsa.jbbp.utils
Interface Function<T,R>
- Type Parameters:
T- the type of the input to the functionR- the type of the result of the function
public interface Function<T,R>
Auxiliary functional interface. Added to support Android 3.
- Since:
- 2.0.0
-
Method Summary
-
Method Details
-
apply
-