toggle menu
mobiuskt
1.3.1-SNAPSHOT
common
switch theme
search in API
mobiuskt-core
/
kt.mobius
/
EventSourceConnectable
Event
Source
Connectable
class
EventSourceConnectable
<
M
,
E
>
:
Connectable
<
M
,
E
>
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
connect
Link copied to clipboard
open
override
fun
connect
(
output
:
Consumer
<
E
>
)
:
Connection
<
M
>
Create a new connection that accepts input values and sends outgoing values to a supplied consumer.