PartiallyAppliedFold

gql.preparation.DirectiveAlg$.PartiallyAppliedFold
trait PartiallyAppliedFold[F[_], G[_], C, P <: ([x] =>> Position[G, x])]

Attributes

Source
DirectiveAlg.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def apply[H[_] : Traverse, A](directives: Option[Directives[C, AnyValue]], context: List[C])(base: A)(f: PartialFunction[(A, P[Any], Directive[C, AnyValue]), F[H[A]]])(implicit evidence$1: Traverse[H], H: Monad[H]): F[H[A]]

Attributes

Source
DirectiveAlg.scala