Interface Function<T,R>

Type Parameters:
T - the type of the input to the function
R - 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

    Modifier and Type
    Method
    Description
    apply(T t)
     
  • Method Details

    • apply

      R apply(T t)