Action

sangria.schema.Action
See theAction companion trait
object Action extends LowPrioActions

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Action.type

Members list

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]

Attributes

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

Attributes

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

Attributes

Inherited from:
LowestPrioActions