Packages

c

zio.interop.monix

ZIOObjOps

implicit final class ZIOObjOps extends AnyVal

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZIOObjOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ZIOObjOps(unused: ZIO.type)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def fromMonixTask[A](monixTask: monix.eval.Task[A], executionModel: ExecutionModel = ExecutionModel.Default): Task[A]

    Converts a Monix task into a ZIO task.

    Converts a Monix task into a ZIO task.

    Interrupting the returned effect will cancel the underlying Monix task. The conversion is lazy: the Monix task is only executed if the returned ZIO task is executed.

    If the returned ZIO task is interrupted, the underlying Monix task will be cancelled.

    monixTask

    The Monix task.

    executionModel

    The Monix execution model to use for the Monix execution. This only need be specified if you want to override the Monix default.

  6. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  7. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  8. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped