Lift

gql.resolver.Step$.Alg$.Lift
final case class Lift[I, O](f: I => O) extends Step[Nothing, I, O]

Attributes

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

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product