org.specs2.control.producer.Transducers
See theTransducers companion object
trait Transducers
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object Transducers.typeobject transducers.type
Members list
Value members
Concrete methods
def producerState[R : _Safe, A, B, S](start: S, last: Option[S => Producer[R, B]])(f: (A, S) => (Producer[R, B], S)): (R, A) => B
def producerStateEff[R : _Safe, A, B, S](start: S, last: Option[S => Producer[R, B]])(f: (A, S) => Eff[R, (Producer[R, B], S)]): (R, A) => B
In this article