Pipe

object Pipe
class Object
trait Matchable
class Any

Value members

Concrete methods

def join[F[_], A, B](pipes: Stream[F, (F, A) => B])(`evidence$1`: Concurrent[F]): (F, A) => B

Joins a stream of pipes in to a single pipe. Input is fed to the first pipe until it terminates, at which point input is fed to the second pipe, and so on.

Joins a stream of pipes in to a single pipe. Input is fed to the first pipe until it terminates, at which point input is fed to the second pipe, and so on.