toggle menu
mobiuskt
1.3.1-SNAPSHOT
common
switch theme
search in API
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
)