ReadChannel: Interface providing asynchronous reading API.
Attributes
- Companion
- object
- Source
- ReadChannel.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class DoneReadChannelShow all
- Self type
-
Members list
Type members
Classlikes
Attributes
- Source
- ReadChannel.scala
- Supertypes
Attributes
- Source
- ReadChannel.scala
- Supertypes
Types
Attributes
- Source
- ReadChannel.scala
Special type which is used in select statement.
Special type which is used in select statement.
Attributes
- See also
-
[gopher.Select]
- Source
- ReadChannel.scala
Value members
Abstract methods
Attributes
- Source
- ReadChannel.scala
Attributes
- Source
- ReadChannel.scala
Attributes
- Source
- ReadChannel.scala
Concrete 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
- Source
- ReadChannel.scala
Attributes
- Source
- ReadChannel.scala
Attributes
- Source
- ReadChannel.scala
Attributes
- Source
- ReadChannel.scala
Attributes
- Source
- ReadChannel.scala
Attributes
- 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
- Source
- ReadChannel.scala
Attributes
- Source
- ReadChannel.scala
return F which contains sequence from first n
elements.
Attributes
- Source
- ReadChannel.scala
Attributes
- Source
- ReadChannel.scala
Attributes
- Source
- ReadChannel.scala
Attributes
- Source
- ReadChannel.scala
Attributes
- 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
- Source
- ReadChannel.scala
Attributes
- Source
- ReadChannel.scala
Attributes
- Source
- ReadChannel.scala
Attributes
- 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
- Source
- ReadChannel.scala
Attributes
- 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
- Source
- ReadChannel.scala
take first n
elements. should be called inside async block.
Attributes
- Source
- ReadChannel.scala
Attributes
- Source
- ReadChannel.scala
Concrete fields
Attributes
- Source
- ReadChannel.scala