Packages

case class Run[T, E <: (ZIOMonad.this)#Effect](f: () => (ZIOMonad.this)#Result[T]) extends (ZIOMonad.this)#IO[T, E] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Run
  2. Serializable
  3. Product
  4. Equals
  5. IO
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Run(f: () => (ZIOMonad.this)#Result[T])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def *>[S, E2 <: (ZIOMonad.this)#Effect](next: (ZIOMonad.this)#IO[S, E2]): (ZIOMonad.this)#IO[S, E with E2]
    Definition Classes
    IO
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def collect[S](pf: PartialFunction[T, S]): (ZIOMonad.this)#IO[S, E]
    Definition Classes
    IO
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. val f: () => (ZIOMonad.this)#Result[T]
  10. def failed: (ZIOMonad.this)#IO[Throwable, E]
    Definition Classes
    IO
  11. def filter(p: (T) => Boolean): (ZIOMonad.this)#IO[T, E]
    Definition Classes
    IO
  12. def flatMap[S, E2 <: (ZIOMonad.this)#Effect](f: (T) => (ZIOMonad.this)#IO[S, E2]): (ZIOMonad.this)#IO[S, E with E2]
    Definition Classes
    IO
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def liftToTry: (ZIOMonad.this)#IO[Try[T], E]
    Definition Classes
    IO
  16. def lowerFromTry[U](implicit ev: (T) => Try[U]): (ZIOMonad.this)#IO[U, E]
    Definition Classes
    IO
  17. def map[S](f: (T) => S): (ZIOMonad.this)#IO[S, E]
    Definition Classes
    IO
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def productElementNames: Iterator[String]
    Definition Classes
    Product
  22. def recover[U >: T](pf: PartialFunction[Throwable, U]): (ZIOMonad.this)#IO[U, E]
    Definition Classes
    IO
  23. def recoverWith[U >: T, E2 <: (ZIOMonad.this)#Effect](pf: PartialFunction[Throwable, (ZIOMonad.this)#IO[U, E2]]): (ZIOMonad.this)#IO[U, E with E2]
    Definition Classes
    IO
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def transactional: (ZIOMonad.this)#IO[T, E with Transaction]
    Definition Classes
    IO
  26. def transform[S](f: (Try[T]) => Try[S]): (ZIOMonad.this)#IO[S, E]
    Definition Classes
    IO
  27. def transformWith[S, E2 <: (ZIOMonad.this)#Effect](f: (Try[T]) => (ZIOMonad.this)#IO[S, E2]): (ZIOMonad.this)#IO[S, E with E2]
    Definition Classes
    IO
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def withFilter(p: (T) => Boolean): (ZIOMonad.this)#IO[T, E]
    Definition Classes
    IO
  32. def zip[S, E2 <: (ZIOMonad.this)#Effect](io: (ZIOMonad.this)#IO[S, E2]): (ZIOMonad.this)#IO[(T, S), E with E2]
    Definition Classes
    IO

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from (ZIOMonad.this)#IO[T, E]

Inherited from AnyRef

Inherited from Any

Ungrouped