PreparedList

gql.PreparedQuery$.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 Product
trait Equals
trait Prepared[F, C]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product