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 Summary

    Modifier and Type
    Method
    Description
    get()
     
  • Method Details

    • get

      R get()