mobiuskt
Toggle table of contents
1.4.0-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
mobiuskt
mobiuskt-core
/
kt.mobius.functions
/
Consumer
Consumer
fun
interface
Consumer
<
V
>
Interface for consuming values.
Inheritors
Connection
DiscardAfterDisposeWrapper
Members
Functions
accept
Link copied to clipboard
abstract
fun
accept
(
value
:
V
)