PathAlg

gql.preparation.PathAlg
See thePathAlg companion object
trait PathAlg[F[_]]

Attributes

Companion
object
Source
PathAlg.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def ambientEdge[A](edge: GraphArc)(fa: F[A]): F[A]

Attributes

Source
PathAlg.scala

Concrete methods

def ambientField[A](name: String)(fa: F[A]): F[A]

Attributes

Source
PathAlg.scala
def ambientIndex[A](i: Int)(fa: F[A]): F[A]

Attributes

Source
PathAlg.scala