Package

io.iteratee

monix

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. trait DefaultTaskModule extends TaskModule with MonixInstances

    Permalink
  2. trait MonixInstances extends AnyRef

    Permalink

    Type class instances for Monix types.

    Type class instances for Monix types.

    Note that in most cases you should use the instances provided by monix-cats. This trait is provided for convenience when monix-cats is not available.

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

    Permalink

Value Members

  1. object TaskModule

    Permalink
  2. object task extends DefaultTaskModule

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped