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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description R
get()
-
-
-
Method Detail
-
get
R get()
-
-