ComposeWithCompletion

sealed trait ComposeWithCompletion[Out]
Companion:
object
class Object
trait Matchable
class Any

Type members

Types

type Outer <: Future[_]

Value members

Abstract methods

def apply[In](input: Future[In], f: In => Out)(onComplete: In => Unit)(implicit ec: ExecutionContext): Outer