Projector

sangria.schema.Projector
See theProjector companion trait
object Projector

Attributes

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

Members list

Value members

Concrete methods

def apply[Ctx, Val, Res](fn: (Context[Ctx, Val], Vector[ProjectedName]) => Action[Ctx, Res]): Projector[Ctx, Val, Res]
def apply[Ctx, Val, Res](levels: Int, fn: (Context[Ctx, Val], Vector[ProjectedName]) => Action[Ctx, Res]): Projector[Ctx, Val, Res]