sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
core
/
androidx.core.util
/
Supplier
Supplier
fun
interface
Supplier
<
T
>
(
source
)
Compat version of
java.util.function.Supplier
Parameters
T
the type of the input to the operation
Members
Functions
get
Link copied to clipboard
abstract
fun
get
(
)
:
T
Gets a result.