LiftIO

@implicitNotFound("Could not find an instance of LiftIO for ${F}") trait LiftIO[F[_]] extends Serializable
Companion
object
trait Serializable
class Object
trait Matchable
class Any
trait Async[F]
trait Concurrent[F]
trait Effect[F]

Value members

Abstract methods

def liftIO[A](ioa: IO[A]): F[A]
Implicitly added by catsKleisliLiftIO
def liftIO[A](ioa: IO[A]): F[A]