PartiallyAppliedFold

gql.preparation.DirectiveAlg$.PartiallyAppliedFold
trait PartiallyAppliedFold[F[_], C, P <: ([x] =>> Position[F, 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, Position[F, Any], Directive[C, AnyValue]), Alg[C, H[A]]])(implicit evidence$1: Traverse[H], H: Monad[H]): Alg[C, H[A]]

Attributes

Source
DirectiveAlg.scala