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 Detail

      • apply

        R apply​(T data)