kotlin-echo
echo
/
io.github.alexandrepiveteau.echo
/
SendExchange
/
send
send
abstract
fun
send
(
incoming
:
Flow
<
I
>
)
:
Flow
<
O
>
Content copied to clipboard
Sends some
O
as a response to an
incoming
of
I
.