Supplier
interface Supplier<T : Any!>
androidx.core.util.Supplier |
Compat version of java.util.function.Supplier
Summary
Public methods | |
---|---|
abstract T |
get() Gets a result. |
Public methods
get
abstract fun get(): T
Gets a result.
Return | |
---|---|
T |
a result |