PurePipe2Ops

final implicit class PurePipe2Ops[I, I2, O](self: (Pure, I, I2) => O) extends AnyVal

Provides operations on pure pipes for syntactic convenience.

Source:
Stream.scala
class AnyVal
trait Matchable
class Any