DeferredValue

sangria.schema.DeferredValue
case class DeferredValue[Ctx, Val](value: Deferred[Val]) extends StandardLeafAction[Ctx, Val]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StandardLeafAction[Ctx, Val]
trait LeafAction[Ctx, Val]
trait Action[Ctx, Val]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

Attributes

Definition Classes
def mapWithErrors[NewVal](fn: Val => (NewVal, Vector[Throwable])): DeferredValue[Ctx, NewVal]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product