LeafAction

sangria.schema.LeafAction
See theLeafAction companion trait
object LeafAction

Attributes

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

Members list

Value members

Concrete methods

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