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