First

gql.PreparedQuery$.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 Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product