class AsyncForFutureEither extends MonadCanFailWithException[FutureEither, Fail] with Async[FutureEither]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AsyncForFutureEither
- Async
- MonadCanFailWithException
- MonadCanFail
- LiftFailure
- MonadWithException
- Monad
- Functor
- Liftable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AsyncForFutureEither()(implicit ex: ExecutionContextWithLocal)
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
async[T](t: ⇒ T): FutureEither[T]
- Definition Classes
- AsyncForFutureEither → Async
-
def
await[T](m: FutureEither[T]): T
- Definition Classes
- AsyncForFutureEither → Async
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
delay[T](duration: Duration)(block: ⇒ FutureEither[T]): FutureEither[T]
- Definition Classes
- AsyncForFutureEither → Async
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
exception[T](t: Throwable): FutureEither[T]
- Definition Classes
- AsyncForFutureEither → MonadWithException
-
def
fail[T](f: Fail): FutureEither[T]
- Definition Classes
- AsyncForFutureEither → LiftFailure
-
def
flatMap[T, T1](m: FutureEither[T], fn: (T) ⇒ FutureEither[T1]): FutureEither[T1]
- Definition Classes
- AsyncForFutureEither → Monad
-
def
flatMapEither[T, T1](m: FutureEither[T], fn: (Either[Fail, T]) ⇒ FutureEither[T1]): FutureEither[T1]
- Definition Classes
- AsyncForFutureEither → MonadCanFail
-
def
flattenListM[T](ms: List[FutureEither[T]]): FutureEither[List[T]]
- Definition Classes
- Monad
-
def
flattenM[T](ms: Seq[FutureEither[T]]): FutureEither[Seq[T]]
- Definition Classes
- Monad
-
def
foldWithExceptionAndFail[T, T1](m: FutureEither[T], fnE: (Throwable) ⇒ FutureEither[T1], fnFailure: (Fail) ⇒ FutureEither[T1], fn: (T) ⇒ FutureEither[T1]): FutureEither[T1]
- Definition Classes
- AsyncForFutureEither → MonadCanFailWithException
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
liftM[T](t: T): FutureEither[T]
- Definition Classes
- AsyncForFutureEither → Liftable
-
def
map[T, T1](m: FutureEither[T], fn: (T) ⇒ T1): FutureEither[T1]
- Definition Classes
- AsyncForFutureEither → Functor
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
recover[T](m: FutureEither[T], fn: (Throwable) ⇒ FutureEither[T]): FutureEither[T]
- Definition Classes
- AsyncForFutureEither → MonadWithException
-
def
respond[T](m: FutureEither[T], fn: (Try[T]) ⇒ Unit): FutureEither[T]
- Definition Classes
- AsyncForFutureEither → Async
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.