MappedReadChannel
Attributes
- Source
- MappedReadChannel.scala
- Graph
-
- Supertypes
- Known subtypes
-
Members list
Type members
Inherited classlikes
Attributes
- Inherited from:
- ReadChannel
- Source
- ReadChannel.scala
- Supertypes
Attributes
- Inherited from:
- ReadChannel
- Source
- ReadChannel.scala
- Supertypes
Inherited types
Attributes
- Inherited from:
- ReadChannel
- Source
- ReadChannel.scala
Special type which is used in select statement.
Special type which is used in select statement.
Attributes
- See also
-
[gopher.Select]
- Inherited from:
- ReadChannel
- Source
- ReadChannel.scala
Value members
Concrete methods
Attributes
- Source
- MappedReadChannel.scala
Attributes
- Source
- MappedReadChannel.scala
Attributes
- Source
- MappedReadChannel.scala
Inherited methods
Synonim for read.
read value and return future with
read value and return future with
- Some(value) if value is available to read
- None if stream is closed.
Attributes
- Inherited from:
- ReadChannel
- Source
- ReadChannel.scala
Attributes
- Inherited from:
- ReadChannel
- Source
- ReadChannel.scala
Attributes
- Inherited from:
- ReadChannel
- Source
- ReadChannel.scala
Attributes
- Inherited from:
- ReadChannel
- Source
- ReadChannel.scala
Attributes
- Inherited from:
- ReadChannel
- Source
- ReadChannel.scala
Attributes
- Inherited from:
- ReadChannel
- Source
- ReadChannel.scala
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.
Attributes
- Inherited from:
- ReadChannel
- Source
- ReadChannel.scala
Attributes
- Inherited from:
- ReadChannel
- Source
- ReadChannel.scala
return F which contains sequence from first n
elements.
return F which contains sequence from first n
elements.
Attributes
- Inherited from:
- ReadChannel
- Source
- ReadChannel.scala
Attributes
- Inherited from:
- ReadChannel
- Source
- ReadChannel.scala
Attributes
- Inherited from:
- ReadChannel
- Source
- ReadChannel.scala
Attributes
- Inherited from:
- ReadChannel
- Source
- ReadChannel.scala
Attributes
- Inherited from:
- ReadChannel
- Source
- ReadChannel.scala
Attributes
- Inherited from:
- ReadChannel
- Source
- ReadChannel.scala
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
Attributes
- Inherited from:
- ReadChannel
- Source
- ReadChannel.scala
Attributes
- Inherited from:
- ReadChannel
- Source
- ReadChannel.scala
Attributes
- Inherited from:
- ReadChannel
- Source
- ReadChannel.scala
Attributes
- Inherited from:
- ReadChannel
- Source
- ReadChannel.scala
read value and return
read value and return
- Some(value) if value is available to read
- None if stream is closed.
should be called inside async block.
Attributes
- Inherited from:
- ReadChannel
- Source
- ReadChannel.scala
Attributes
- Inherited from:
- ReadChannel
- Source
- ReadChannel.scala
blocked read: if currently not element available - wait for one. Can be used only inside async block. If stream is closed and no values to read left in the stream - throws StreamClosedException
blocked read: if currently not element available - wait for one. Can be used only inside async block. If stream is closed and no values to read left in the stream - throws StreamClosedException
Attributes
- Inherited from:
- ReadChannel
- Source
- ReadChannel.scala
take first n
elements. should be called inside async block.
take first n
elements. should be called inside async block.
Attributes
- Inherited from:
- ReadChannel
- Source
- ReadChannel.scala
Attributes
- Inherited from:
- ReadChannel
- Source
- ReadChannel.scala
Attributes
- Inherited from:
- ReadChannel
- Source
- ReadChannel.scala
Inherited fields
Attributes
- Inherited from:
- ReadChannel
- Source
- ReadChannel.scala