Schema

object Schema
Companion:
class
Source:
Schema.scala
trait Product
trait Mirror
class Object
trait Matchable
class Any
Schema.type

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala

Value members

Concrete methods

def query[F[_] : Applicative, Q](statistics: Statistics[F])(query: Type[F, Q]): Schema[F, Q, Unit, Unit]
def query[F[_] : Async, Q](query: Type[F, Q]): F[Schema[F, Q, Unit, Unit]]
def simple[F[_] : Async, Q, M, S](shape: SchemaShape[F, Q, M, S]): F[Schema[F, Q, M, S]]
def simple[F[_] : Applicative, Q, M, S](statistics: Statistics[F])(shape: SchemaShape[F, Q, M, S]): Schema[F, Q, M, S]
def stateful[F[_] : Applicative, Q, M, S](statistics: Statistics[F])(fa: State[SchemaState[F], SchemaShape[F, Q, M, S]]): Schema[F, Q, M, S]
def stateful[F[_] : Async, Q, M, S](fa: State[SchemaState[F], SchemaShape[F, Q, M, S]]): F[Schema[F, Q, M, S]]