PureOps
Provides syntax for pure streams.
- Source:
- Stream.scala
Value members
Concrete methods
Alias for covary, to be able to write Stream.empty[X]
.
Alias for covary, to be able to write Stream.empty[X]
.
- Source:
- Stream.scala
Lifts this stream to the specified effect type.
Lifts this stream to the specified effect type.
- Source:
- Stream.scala
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.
- 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.
- 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.
- Source:
- Stream.scala