fromFutureConversion

given fromFutureConversion[G[_], T](using `x$1`: ExecutionContext, `x$2`: CpsAsyncMonad[G]): Conversion[Future[T], G[T]]

Value members

Concrete methods

def apply(ft: Future[T]): G[T]

Inherited methods

@unspecialized
def andThen[A](g: G[T] => A): Future[T] => A
Inherited from
Function1
@unspecialized
def compose[A](g: A => Future[T]): A => G[T]
Inherited from
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from
Function1

Concrete fields

protected val `x$1`: ExecutionContext
protected val `x$2`: CpsAsyncMonad[G]

Extensions

Inherited extensions

extension (x: T)
def convert: G[T]

x.convert converts a value x of type T to type U

x.convert converts a value x of type T to type U

Inherited from
Conversion