Planner

gql.Planner
See thePlanner companion object
trait Planner[F[_]]

Attributes

Companion:
object
Source:
Planner.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Abstract methods

def plan(naive: NodeTree): F[NodeTree]

Attributes

Source:
Planner.scala

Concrete methods

def mapK[G[_]](fk: FunctionK[F, G]): Planner[G]

Attributes

Source:
Planner.scala