final class AsyncOps[F[_], A] extends AnyVal
- Source
- AsyncSyntax.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AsyncOps
- AnyVal
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AsyncOps(self: Async[F])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
- def +(other: String): String
- def ->[B](y: B): (AsyncOps[F, A], B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def ensuring(cond: (AsyncOps[F, A]) ⇒ Boolean, msg: ⇒ Any): AsyncOps[F, A]
- def ensuring(cond: (AsyncOps[F, A]) ⇒ Boolean): AsyncOps[F, A]
- def ensuring(cond: Boolean, msg: ⇒ Any): AsyncOps[F, A]
- def ensuring(cond: Boolean): AsyncOps[F, A]
- def formatted(fmtstr: String): String
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val self: Async[F]
-
def
toString(): String
- Definition Classes
- Any
- def →[B](y: B): (AsyncOps[F, A], B)
Deprecated Value Members
-
def
fromFuture(future: ⇒ Future[A])(implicit ec: ExecutionContext): F[A]
- Annotations
- @deprecated
- Deprecated
(Since version 0.19.1) Has nothing to do with HTTP. Use
IO.fromFuture(IO(future)).to[F]
-
def
fromFuture(future: Eval[Future[A]])(implicit ec: ExecutionContext): F[A]
- Annotations
- @deprecated
- Deprecated
(Since version 0.19.1) Has nothing to do with HTTP. Use
IO.fromFuture(IO(future)).to[F]