T
- the type of results supplied by this supplier@FunctionalInterface
public interface IJavaSupplier<T>
It is a polyfill to the built-in Supplier for Android compatibility.
Supplier
Modifier and Type | Method and Description |
---|---|
T |
get()
Gets a result.
|
T get()