package concurrent
Type Members
- trait FutureMonad extends AnyRef
-
trait
Lifting[A] extends FutureMonad with Serialized
This trait provides several utility functions that can be used with Futures in conjunction with scalaz.\/ and its scalaz.EitherT monad transformer.
This trait provides several utility functions that can be used with Futures in conjunction with scalaz.\/ and its scalaz.EitherT monad transformer.
- A
is the failure type to use on the left-hand side of disjunctions. NB: the left-hand type is invariant in the EitherT transformer.
- trait Serialized extends AnyRef