Packages

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

Provides extension methods when imported in scope via syntax.

import monix.catnap.syntax._
Source
FutureLift.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Syntax
  2. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def source: F[Future[A]]

Concrete Value Members

  1. def futureLift(implicit 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.