First

gql.preparation.PreparedStep$.First
final case class First[F[_], I, O, C](step: PreparedStep[F, I, O]) extends PreparedStep[F, (I, C), (O, C)]

Attributes

Source
PreparedQuery.scala
Graph
Supertypes
trait PreparedStep[F, (I, C), (O, C)]
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