Lift

gql.preparation.PreparedStep$.Lift
final case class Lift[F[_], I, O](f: I => O) extends PreparedStep[F, I, O]

Attributes

Source
PreparedQuery.scala
Graph
Supertypes
trait PreparedStep[F, I, O]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product