Deprecated

implicit class Deprecated[F[_]](val inst: TaskLike[F])

Deprecated method, which happened on extending FunctionK.

class Object
trait Matchable
class Any

Value members

Deprecated methods

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

DEPRECATED — switch to TaskLike.apply.

DEPRECATED — switch to TaskLike.apply.

Deprecated
[Since version 3.0.0-RC3]

Concrete fields

val inst: TaskLike[F]