Schema

sealed trait Schema[-A]
Companion
object
class Object
trait Matchable
class Any
class Table[A]
class Contramap[A, B]
class Product[A, B]

Value members

Concrete methods

def draw[B <: A](values: NonEmptyList[B]): String
def prepare[B](f: B => A): Schema[B]
def provide(a: A): Schema[Any]
def render[B <: A]: Render[B]