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. implicit val effectForIO: Effect[IO]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def executionContext: IO[ExecutionContext]
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def fromCompletableFuture[A](fut: IO[CompletableFuture[A]]): IO[A]
    Definition Classes
    IOCompanionPlatform
  18. def fromFuture[A](fut: IO[Future[A]]): IO[A]
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. implicit def monoidForIO[A](implicit arg0: Monoid[A]): Monoid[IO[A]]
  23. def monotonic: IO[FiniteDuration]
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def never[A]: IO[A]
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def pure[A](value: A): IO[A]
  29. def race[A, B](left: IO[A], right: IO[B]): IO[Either[A, B]]
  30. def racePair[A, B](left: IO[A], right: IO[B]): IO[Either[(A, Fiber[IO, Throwable, B]), (Fiber[IO, Throwable, A], B)]]
  31. def raiseError[A](t: Throwable): IO[A]
  32. def realTime: IO[FiniteDuration]
  33. implicit def semigroupForIO[A](implicit arg0: Semigroup[A]): Semigroup[IO[A]]
    Definition Classes
    IOLowPriorityImplicits
  34. implicit def showForIO[A](implicit arg0: Show[A]): Show[IO[A]]
  35. implicit def showForIONoPure[A]: Show[IO[A]]
    Definition Classes
    IOLowPriorityImplicits
  36. def sleep(delay: FiniteDuration): IO[Unit]
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toK[F[_]](implicit arg0: Effect[F]): ~>[IO, F]
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. def uncancelable[A](body: (~>[IO, IO]) ⇒ IO[A]): IO[A]
  41. val unit: IO[Unit]
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. 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