SourceDrainOps
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
- Self type
-
Source[T]
Members list
Value members
Concrete methods
Receives all values from the channel. Blocks until the channel is done.
Receives all values from the channel. Blocks until the channel is done.
Attributes
- Throws
-
ChannelClosedException.Error
when there is an upstream error.
Invokes the given function for each received value. Blocks until the channel is done.
Invokes the given function for each received value. Blocks until the channel is done.
Attributes
- Throws
-
ChannelClosedException.Error
When there is an upstream error.
Passes each received values from this channel to the given sink. Blocks until the channel is done.
Passes each received values from this channel to the given sink. Blocks until the channel is done.
Errors are always propagated. Successful channel completion is propagated when propagateDone
is set to true
.
Attributes
Accumulates all values received from the channel into a list. Blocks until the channel is done.
Accumulates all values received from the channel into a list. Blocks until the channel is done.
Attributes
- Throws
-
ChannelClosedException.Error
When there is an upstream error.