CycleOver

gql.preparation.Alg$.CycleOver
final case class CycleOver[C, A](name: String, fa: Alg[C, A]) extends Alg[C, A]

Attributes

Source
Alg.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Alg[C, A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def run[C2 >: C]: EitherNec[PositionalError[C2], A]

Attributes

Inherited from:
Alg
Source
Alg.scala