PurePipeOps

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

Provides operations on pure pipes for syntactic convenience.

Source:
Stream.scala
class AnyVal
trait Matchable
class Any