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
-
Method Details
-
get
R get()
-
R
- Return Type