Package com.mku.func

Interface Supplier<R>

  • Type Parameters:
    R - Return Type

    public interface Supplier<R>
    Backwards compatibility Function class for devices with Android 23 and prior.
    • Method Detail

      • get

        R get()