PureOps
Provides syntax for pure streams.
Attributes
- Source
- Stream.scala
- Graph
-
- Supertypes
-
class AnyValtrait Matchableclass Any
Members list
Value members
Concrete methods
Alias for covary, to be able to write Stream.empty[X]
.
Lifts this stream to the specified effect type.
Runs this pure stream and returns the emitted elements in a collection of the specified type. Note: this method is only available on pure streams.
Runs this pure stream and returns the emitted elements in a collection of the specified type. Note: this method is only available on pure streams.
Attributes
- Source
- Stream.scala
Runs this pure stream and returns the emitted elements in a list. Note: this method is only available on pure streams.
Runs this pure stream and returns the emitted elements in a list. Note: this method is only available on pure streams.
Attributes
- Source
- Stream.scala
Runs this pure stream and returns the emitted elements in a vector. Note: this method is only available on pure streams.
Runs this pure stream and returns the emitted elements in a vector. Note: this method is only available on pure streams.
Attributes
- Source
- Stream.scala