Pipe

object Pipe
class Object
trait Matchable
class Any

Value members

Methods

def join[F <: ([_$1] =>> Any), 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.