mobiuskt
Toggle table of contents
1.4.0-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
mobiuskt
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.