Schema

final case class Schema[F[_], Q, M, S](shape: SchemaShape[F, Q, M, S], state: SchemaState[F], statistics: Statistics[F], planner: Planner[F])
Companion:
object
Source:
Schema.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def mapK[G[_] : Functor](fk: FunctionK[F, G])(implicit evidence$1: Functor[G], F: Functor[F]): Schema[G, Q, M, S]

Inherited methods

Inherited from:
Product

Concrete fields

lazy val render: String