fs2-core
fs2-core
fs2
fs2.concurrent
fs2.internal
fs2-core
/
fs2
/
Stream$
/
PureTo
PureTo
final
class
PureTo
[O] extends
AnyVal
Provides
to
syntax for pure streams.
Graph
Super types
class
AnyVal
trait
Matchable
class
Any
Value members
Value members
Methods
def
to
(c:
Collector
[
O
]):
Out
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.