org.specs2.control.producer.Producer
See theProducer companion class
List of common producers
Attributes
Members list
Value members
Concrete methods
def flattenProducers[F[_], A](producers: List[Producer[F, A]])(using evidence$1: Monad[F], evidence$2: Safe[F]): Producer[F, A]
Inherited methods
Attributes
- Inherited from:
- Producers
Attributes
- Inherited from:
- Producers
Attributes
- Inherited from:
- Producers
def emitAction[F[_], A](elements: F[List[A]])(using evidence$1: Monad[F], evidence$2: Safe[F]): Producer[F, A]
Attributes
- Inherited from:
- Producers
Attributes
- Inherited from:
- Producers
Attributes
- Inherited from:
- Producers
Attributes
- Inherited from:
- Producers
Attributes
- Inherited from:
- Producers
Attributes
- Inherited from:
- Producers
Attributes
- Inherited from:
- Producers
Attributes
- Inherited from:
- Producers
Attributes
- Inherited from:
- Producers
def evalProducer[F[_], A](a: F[Producer[F, A]])(using evidence$1: Monad[F], evidence$2: Safe[F]): Producer[F, A]
Attributes
- Inherited from:
- Producers
Attributes
- Inherited from:
- Producers
Attributes
- Inherited from:
- Producers
Attributes
- Inherited from:
- Producers
Attributes
- Inherited from:
- Producers
Attributes
- Inherited from:
- Producers
Attributes
- Inherited from:
- Producers
Attributes
- Inherited from:
- Producers
Attributes
- Inherited from:
- Producers
Givens
Givens
given given_Monad_Producer[F[_]](using evidence$1: Monad[F], evidence$2: Safe[F]): given_Monad_Producer[F]
given given_Monoid_Producer[F[_], A](using evidence$1: Monad[F], evidence$2: Safe[F]): given_Monoid_Producer[F, A]
In this article