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
- Alphabetic
- By Inheritance
Inherited
- Run
- Serializable
- Product
- Equals
- IO
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def *>[S, E2 <: (ZIOMonad.this)#Effect](next: (ZIOMonad.this)#IO[S, E2]): (ZIOMonad.this)#IO[S, E with E2]
- Definition Classes
- IO
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def collect[S](pf: PartialFunction[T, S]): (ZIOMonad.this)#IO[S, E]
- Definition Classes
- IO
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val f: () => (ZIOMonad.this)#Result[T]
- def failed: (ZIOMonad.this)#IO[Throwable, E]
- Definition Classes
- IO
- def filter(p: (T) => Boolean): (ZIOMonad.this)#IO[T, E]
- Definition Classes
- IO
- def flatMap[S, E2 <: (ZIOMonad.this)#Effect](f: (T) => (ZIOMonad.this)#IO[S, E2]): (ZIOMonad.this)#IO[S, E with E2]
- Definition Classes
- IO
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def liftToTry: (ZIOMonad.this)#IO[Try[T], E]
- Definition Classes
- IO
- def lowerFromTry[U](implicit ev: (T) => Try[U]): (ZIOMonad.this)#IO[U, E]
- Definition Classes
- IO
- def map[S](f: (T) => S): (ZIOMonad.this)#IO[S, E]
- Definition Classes
- IO
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def recover[U >: T](pf: PartialFunction[Throwable, U]): (ZIOMonad.this)#IO[U, E]
- Definition Classes
- IO
- 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
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def transactional: (ZIOMonad.this)#IO[T, E with Transaction]
- Definition Classes
- IO
- def transform[S](f: (Try[T]) => Try[S]): (ZIOMonad.this)#IO[S, E]
- Definition Classes
- IO
- 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
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def withFilter(p: (T) => Boolean): (ZIOMonad.this)#IO[T, E]
- Definition Classes
- IO
- def zip[S, E2 <: (ZIOMonad.this)#Effect](io: (ZIOMonad.this)#IO[S, E2]): (ZIOMonad.this)#IO[(T, S), E with E2]
- Definition Classes
- IO