Packages

implicit class Deprecated[F[_], Future[_]] extends AnyRef

Deprecated method, which happened on extending FunctionK.

Source
FutureLift.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Deprecated
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Deprecated(inst: FutureLift[F, Future])

Value Members

  1. val inst: FutureLift[F, Future]

Deprecated Value Members

  1. def futureLift[A](fa: F[Future[A]]): F[A]

    DEPRECATED — switch to FutureLift.apply.

    DEPRECATED — switch to FutureLift.apply.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0-RC3) Switch to FutureLift.apply