ReduceAction

sangria.schema.ReduceAction
See theReduceAction companion trait
object ReduceAction

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Implicits

Implicits

implicit def defaultAction[Ctx, Val](value: Val): ReduceAction[Ctx, Val]
implicit def futureAction[Ctx, Val](value: Future[Val]): ReduceAction[Ctx, Val]
implicit def tryAction[Ctx, Val](value: Try[Val]): ReduceAction[Ctx, Val]