SyntaxForLiftFuture
final implicit class SyntaxForLiftFuture[F[_], Future[T], A](val source: F[Future[A]]) extends AnyVal with Syntax[F, Future, A]
Provides syntax for FutureLift.
Value members
Inherited methods
Lifts a Future
data type into F[_]
, thus performing a conversion.
Lifts a Future
data type into F[_]
, thus performing a conversion.
See FutureLift.
- Inherited from:
- Syntax