Package com.mku.func

Interface Function<T,R>

Type Parameters:
T - Type of first argument
R - Return Type

public interface Function<T,R>
Backwards compatibility Function class for devices with Android 23 and prior.
  • Method Summary

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

    • apply

      R apply(T data)