Lift

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

Attributes

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

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product