FallibleTo

final class FallibleTo[O] extends AnyVal

Provides to syntax for fallible streams.

Provides to syntax for fallible streams.

class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def to(c: Collector[O]): Either[Throwable, Out]

Runs this fallible stream and returns the emitted elements in a collection of the specified type. Note: this method is only available on fallible streams.

Runs this fallible stream and returns the emitted elements in a collection of the specified type. Note: this method is only available on fallible streams.