Projector

sangria.schema.Projector
See theProjector companion object
trait Projector[Ctx, Val, Res] extends Context[Ctx, Val] => Action[Ctx, Res]

Attributes

Companion
object
Graph
Supertypes
trait Context[Ctx, Val] => Action[Ctx, Res]
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def apply(ctx: Context[Ctx, Val], projected: Vector[ProjectedName]): Action[Ctx, Res]

Inherited methods

def andThen[A](g: Action[Ctx, Res] => A): T1 => A

Attributes

Inherited from:
Function1
def apply(v1: Context[Ctx, Val]): R

Attributes

Inherited from:
Function1
def compose[A](g: A => Context[Ctx, Val]): A => R

Attributes

Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1

Concrete fields

val maxLevel: Int