PreparedList

gql.preparation.PreparedList
final case class PreparedList[F[_], A, C, B](of: PreparedCont[F, A, B], toSeq: C => Seq[A]) extends Prepared[F, C]

Attributes

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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product