Deprecated

class Deprecated[F[_]](val inst: TaskLift[F])

Deprecated method, which happened on extending FunctionK.

Deprecated method, which happened on extending FunctionK.

class Object
trait Matchable
class Any

Value members

Deprecated methods

@deprecated("Switch to TaskLift.apply", since = "3.0.0-RC3")
def taskLift[A](task: Task[A]): F[A]

DEPRECATED — switch to TaskLift.apply.

DEPRECATED — switch to TaskLift.apply.

Deprecated
[Since version 3.0.0-RC3]

Concrete fields

val inst: TaskLift[F]