Package

com.itv.bucky.ext

fs2

Permalink

package fs2

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. fs2
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Fs2AmqpSimulator = AmqpSimulator[Id, IO, Throwable, Stream[IO, Unit]]

    Permalink
  2. implicit class RabbitSimulatorExt extends StrictLogging

    Permalink

Value Members

  1. def rabbitSimulator(implicit executionContext: ExecutionContext, ioMonadError: MonadError[IO, Throwable], futureMonad: MonadError[Future, Throwable]): Fs2AmqpSimulator

    Permalink
  2. def withSimulator[P](declarations: Iterable[Declaration] = List.empty)(ports: (Fs2AmqpSimulator) ⇒ Stream[IO, P])(test: (P) ⇒ IO[Assertion])(implicit executionContext: ExecutionContext, ioMonadError: MonadError[IO, Throwable], futureMonad: MonadError[Future, Throwable]): Unit

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped