Action

object Action extends LowPrioActions
Companion:
class
class Object
trait Matchable
class Any
Action.type

Value members

Concrete methods

def apply[Ctx, Val](a: Action[Ctx, Val]): Action[Ctx, Val]
def sequence[Ctx, Val](actions: Seq[LeafAction[Ctx, Val]]): SequenceLeafAction[Ctx, Val]

Implicits

Implicits

implicit def deferredAction[Ctx, Val](value: Deferred[Val]): LeafAction[Ctx, Val]
implicit def tryAction[Ctx, Val](value: Try[Val]): LeafAction[Ctx, Val]

Inherited implicits

implicit def defaultAction[Ctx, Val](value: Val): LeafAction[Ctx, Val]
Inherited from:
LowestPrioActions
implicit def deferredFutureAction[Ctx, Val](value: Future[Deferred[Val]]): LeafAction[Ctx, Val]
Inherited from:
LowPrioActions
implicit def futureAction[Ctx, Val](value: Future[Val]): LeafAction[Ctx, Val]
Inherited from:
LowestPrioActions