ComposeWithCompletion

acolyte.reactivemongo.ComposeWithCompletion$
See theComposeWithCompletion companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Types

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

Inherited types

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

Attributes

Inherited from:
LowPriorityCompose

Implicits

Implicits

implicit def futureOut[T]: Id[T]

Inherited implicits

implicit def pureOut[T]: Map[T]

Attributes

Inherited from:
LowPriorityCompose