yeah, `Flowable.fromIterable` exists, but a `Strea...
# rx
j
yeah,
Flowable.fromIterable
exists, but a
Stream
isn't an
Iterable
. That interop library looks interesting and may take care of it, thanks for the pointer.