PurePipe2Ops

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

Provides operations on pure pipes for syntactic convenience.

class AnyVal
trait Matchable
class Any