io.iteratee

monix

package monix

Module and instances for Monix.

There are two ways to use this package. If your project has a monix-cats dependency, you can import the type class instances it provides and then instantiate a Monix module with val module = TaskModule.instance. If you do not have a monix-cats dependency, you can use the io.iteratee.monix.task module directly.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. monix
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait DefaultTaskModule extends TaskModule with MonixInstances

  2. trait MonixInstances extends AnyRef

    Type class instances for Monix types.

  3. trait TaskModule extends Module[Task] with EnumerateeModule[Task] with EnumeratorErrorModule[Task, Throwable] with IterateeErrorModule[Task, Throwable]

Value Members

  1. object TaskModule

  2. object task extends DefaultTaskModule

Inherited from AnyRef

Inherited from Any

Ungrouped