TransducerOps

implicit class TransducerOps[R, A, B](t: (R, A) => B)(implicit evidence$7: _Safe[R])
class Object
trait Matchable
class Any

Value members

Concrete methods

def andThen[C](next: (R, B) => C): (R, A) => C
def flatMap[C](f: B => Producer[R, C]): (R, A) => C
def map[C](f: B => C): (R, A) => C
def |>[C](next: (R, B) => C): (R, A) => C