object
FutureOutcome
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
apply[S, F](o: Outcome[Future[S], F]): FutureOutcome[S, F]
-
def
apply[S, F](f: Future[Outcome[S, F]]): FutureOutcome[S, F]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
exception(e: Exception): FutureOutcome[Nothing, Nothing]
-
def
failWhen[F](cond: Boolean, f: ⇒ F): FutureOutcome[Unit, F]
-
def
failure[F](fa: ⇒ F): FutureOutcome[Nothing, F]
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
lift[S, F](fo: Future[Option[S]], fa: ⇒ F): FutureOutcome[S, F]
-
def
lift[S, F](o: Option[S], fa: ⇒ F): FutureOutcome[S, F]
-
def
lift[S, F](o: Outcome[S, F]): FutureOutcome[S, F]
-
def
lift[S, F](f: Future[S]): FutureOutcome[S, F]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
success[S](s: ⇒ S): FutureOutcome[S, Nothing]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
value[S, F](a: S): FutureOutcome[S, F]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any