case class Defer[E, R](asScala: IO.Defer[E, R])(implicit exceptionHandler: ExceptionHandler[E]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Defer
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Defer(asScala: IO.Defer[E, R])(implicit exceptionHandler: ExceptionHandler[E])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val asScala: IO.Defer[E, R]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- implicit val exceptionHandler: ExceptionHandler[E]
- def exists(predicate: Predicate[R]): Defer[E, Boolean]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def flatMap[B](function: JavaFunction[R, Defer[E, B]]): Defer[E, B]
- def flatMapIO[B](function: JavaFunction[R, IO[E, B]]): Defer[E, B]
- def forEach(consumer: Consumer[R]): Unit
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isBusy: Boolean
- def isComplete: Boolean
- def isFailure: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPending: Boolean
- def isReady: Boolean
- def isSuccess: Boolean
- def map[B](function: JavaFunction[R, B]): Defer[E, B]
- 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 or[B >: R](supplier: Supplier[Defer[E, B]]): Defer[E, B]
- def orElseGet[B >: R](supplier: Supplier[B]): B
- def orIO[B >: R](supplier: Supplier[IO[E, B]]): Defer[E, B]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def recover[B >: R](function: JavaFunction[E, B]): Defer[E, B]
- def recoverWith[B >: R](function: JavaFunction[E, Defer[E, B]]): Defer[E, B]
- def run: R
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toFuture: CompletionStage[R]
- def toOption: Optional[R]
- def tryRun: R
- Annotations
- @throws(scala.this.throws.<init>$default$1[Throwable])
- 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()