Packages

package monix

Monix interoperability for ZIO.

  • Monix tasks can be converted to ZIO tasks via ZIO.fromMonixTask(monixTask).
  • ZIO tasks can be converted to Monix tasks via zioTask.toMonixTask.
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. monix
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit final class ExtraZioEffectOps[-R, +A] extends AnyVal
  2. implicit final class ZIOObjOps extends AnyVal
  3. implicit final class ZIORuntimeOps[R] extends AnyVal

Value Members

  1. case object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

Inherited from AnyRef

Inherited from Any

Ungrouped