Syntax

trait Syntax[F[_], Future[_], A]

Provides extension methods when imported in scope via syntax.

Provides extension methods when imported in scope via syntax.

 import monix.catnap.syntax._
class Any
class SyntaxForLiftFuture[F, Future, A]

Value members

Abstract methods

def source: F[Future[A]]

Concrete methods

def futureLift(F: FutureLift[F, Future]): F[A]

Lifts a Future data type into F[_], thus performing a conversion.

Lifts a Future data type into F[_], thus performing a conversion.

See FutureLift.