PreparedOption

gql.preparation.PreparedOption
final case class PreparedOption[F[_], I, O](of: PreparedCont[F, I, O]) extends Prepared[F, Option[I]]

Attributes

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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product