Skip to main content
Version: 1.0.18

Transducer

Transducer[E, A, B] is a type alias for ZTransducer[Any, E, A, B]. It is a stream transducer that doesn't require any services, so except the R type-parameter, all other things are the same.

type Transducer[+E, -A, +B] = ZTransducer[Any, E, A, B]