FromFuture

trait FromFuture[F[_]]
Authors

Kevin Lee

Since

2020-09-22

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def toEffect[A](future: => Future[A]): F[A]