StandardLeafAction

sangria.schema.StandardLeafAction
sealed trait StandardLeafAction[+Ctx, +Val] extends LeafAction[Ctx, Val]

Attributes

Graph
Supertypes
trait LeafAction[Ctx, Val]
trait Action[Ctx, Val]
class Object
trait Matchable
class Any
Known subtypes
class DeferredFutureValue[Ctx, Val]
class DeferredValue[Ctx, Val]
class FutureValue[Ctx, Val]
class MappedSequenceLeafAction[Ctx, Val, NewVal]
class PartialFutureValue[Ctx, Val]
class PartialValue[Ctx, Val]
class SequenceLeafAction[Ctx, Val]
class TryValue[Ctx, Val]
class Value[Ctx, Val]
Show all

Members list

Value members

Inherited methods

def map[NewVal](fn: Val => NewVal)(implicit ec: ExecutionContext): LeafAction[Ctx, NewVal]

Attributes

Inherited from:
LeafAction