ComposeWithCompletion

Companion:
class
class Object
trait Matchable
class Any

Type members

Types

type Id[T] = ComposeWithCompletion[Future[T]] { type Outer = Future[T]; }

Inherited types

type Map[T] = ComposeWithCompletion[T] { type Outer = Future[T]; }
Inherited from:
LowPriorityCompose

Implicits

Implicits

implicit def futureOut[T]: Id[T]

Inherited implicits

implicit def pureOut[T]: Map[T]
Inherited from:
LowPriorityCompose