MappedAsyncReadChannel
class MappedAsyncReadChannel[F[_], A, B](internal: ReadChannel[F, A], f: A => F[B]) extends ReadChannel[F, B]
Type members
Inherited classlikes
Value members
Concrete methods
Inherited methods
async version of read. Immediatly return future, which will contains result of read or failur with StreamClosedException in case of stream is closed.
async version of read. Immediatly return future, which will contains result of read or failur with StreamClosedException in case of stream is closed.
- Inherited from
- ReadChannel
return F which contains sequence from first n
elements.
return F which contains sequence from first n
elements.
- Inherited from
- ReadChannel
run code each time when new object is arriced. until end of stream is not reached
run code each time when new object is arriced. until end of stream is not reached
- Inherited from
- ReadChannel