Skip

gql.resolver.Step$.Alg$.Skip
final case class Skip[F[_], I, O](compute: Step[F, I, O]) extends Step[F, Either[I, O], O]

Attributes

Source:
Step.scala
Graph
Supertypes
trait Product
trait Equals
trait Step[F, Either[I, O], O]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product