object Future
- Source
- package.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Future
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
-
def
apply[A](run: ((Try[A]) ⇒ Trampoline[Unit]) ⇒ Trampoline[Unit]): Future[A]
- Annotations
- @inline()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def async[A](run: ((Try[A]) ⇒ Unit) ⇒ Unit): Future[A]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def delay[A](a: ⇒ A): Future[A]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def execute[A](a: ⇒ A)(implicit executionContext: ExecutionContext): Future[A]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
fromContinuation[A](continuation: Continuation[Unit, Try[A]]): Future[A]
- Annotations
- @inline()
- def fromTryT[A](tryT: TryT[UnitContinuation, A]): Future[A]
- implicit def futureMonadError: MonadError[Future, Throwable] with BindRec[Future]
- implicit def futureParallelApplicative(implicit throwableSemigroup: Semigroup[Throwable]): Applicative[ParallelFuture]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def now[A](a: A): Future[A]
-
def
onComplete[A](future: Future[A])(handler: (Try[A]) ⇒ Unit): Unit
- Annotations
- @inline()
-
def
run[A](future: Future[A])(handler: (Try[A]) ⇒ Trampoline[Unit]): Trampoline[Unit]
- Annotations
- @inline()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toContinuation[A](future: Future[A]): Continuation[Unit, Try[A]]
- Annotations
- @inline()
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
toTryT[A](future: Future[A]): TryT[UnitContinuation, A]
- Annotations
- @inline()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )