Packages

object IO extends IOCompanionPlatform with IOLowPriorityImplicits

Linear Supertypes
IOLowPriorityImplicits, IOCompanionPlatform, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IO
  2. IOLowPriorityImplicits
  3. IOCompanionPlatform
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class IOMonoid[A] extends IOSemigroup[A] with Monoid[IO[A]]
    Attributes
    protected
  2. class IOSemigroup[A] extends Semigroup[IO[A]]
    Attributes
    protected
    Definition Classes
    IOLowPriorityImplicits

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply[A](thunk: ⇒ A): IO[A]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def async[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ IO[Option[IO[Unit]]]): IO[A]
  7. def async_[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ Unit): IO[A]
  8. def both[A, B](left: IO[A], right: IO[B]): IO[(A, B)]
  9. def canceled: IO[Unit]
  10. def cede: IO[Unit]
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  12. def delay[A](thunk: ⇒ A): IO[A]
  13. implicit val effectForIO: Effect[IO]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def eval[A](fa: Eval[A]): IO[A]
  17. def executionContext: IO[ExecutionContext]
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def fromCompletableFuture[A](fut: IO[CompletableFuture[A]]): IO[A]
    Definition Classes
    IOCompanionPlatform
  20. def fromEither[A](e: Either[Throwable, A]): IO[A]
  21. def fromFuture[A](fut: IO[Future[A]]): IO[A]
  22. def fromOption[A](o: Option[A])(orElse: ⇒ Throwable): IO[A]
  23. def fromTry[A](t: Try[A]): IO[A]
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. implicit def monoidForIO[A](implicit arg0: Monoid[A]): Monoid[IO[A]]
  28. def monotonic: IO[FiniteDuration]
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. def never[A]: IO[A]
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. implicit val parallelForIO: Aux[IO, [β$0$]T[IO, β$0$]]
  34. def pure[A](value: A): IO[A]
  35. def race[A, B](left: IO[A], right: IO[B]): IO[Either[A, B]]
  36. def racePair[A, B](left: IO[A], right: IO[B]): IO[Either[(A, Fiber[IO, Throwable, B]), (Fiber[IO, Throwable, A], B)]]
  37. def raiseError[A](t: Throwable): IO[A]
  38. def realTime: IO[FiniteDuration]
  39. implicit def semigroupForIO[A](implicit arg0: Semigroup[A]): Semigroup[IO[A]]
    Definition Classes
    IOLowPriorityImplicits
  40. implicit def showForIO[A](implicit arg0: Show[A]): Show[IO[A]]
  41. implicit def showForIONoPure[A]: Show[IO[A]]
    Definition Classes
    IOLowPriorityImplicits
  42. def sleep(delay: FiniteDuration): IO[Unit]
  43. def suspend[A](thunk: ⇒ IO[A]): IO[A]
  44. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  45. def toK[F[_]](implicit arg0: Effect[F]): ~>[IO, F]
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. def uncancelable[A](body: (~>[IO, IO]) ⇒ IO[A]): IO[A]
  48. def unit: IO[Unit]
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from IOLowPriorityImplicits

Inherited from IOCompanionPlatform

Inherited from AnyRef

Inherited from Any

Ungrouped