Schematic

trait Schematic[F[_]] extends Schematic[F] with Schematic[F] with Schematic[F] with Schematic[F] with Schematic[F] with Schematic[F] with Schematic[F] with Schematic[F] with Schematic[F] with Schematic[F] with Schematic[F] with Schematic[F] with Schematic[F] with Schematic[F] with Schematic[F] with Schematic[F] with Schematic[F] with Schematic[F] with Schematic[F] with Schematic[F] with Schematic[F] with Schematic[F] with Schematic[F] with Schematic[F] with Schematic[F]
trait Schematic[F]
trait Schematic[F]
trait Schematic[F]
trait Schematic[F]
trait Schematic[F]
trait Schematic[F]
trait Schematic[F]
trait Schematic[F]
trait Schematic[F]
trait Schematic[F]
trait Schematic[F]
trait Schematic[F]
trait Schematic[F]
trait Schematic[F]
trait Schematic[F]
trait Schematic[F]
trait Schematic[F]
trait Schematic[F]
trait Schematic[F]
trait Schematic[F]
trait Schematic[F]
trait Schematic[F]
trait Schematic[F]
trait Schematic[F]
trait Schematic[F]
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Schematic
def bigint: F[BigInt]
Inherited from:
Schematic
def bijection[A, B](f: F[A], to: A => B, from: B => A): F[B]
Inherited from:
Schematic
Inherited from:
Schematic
def byte: F[Byte]
Inherited from:
Schematic
def bytes: F[ByteArray]
Inherited from:
Schematic
Inherited from:
Schematic
def double: F[Double]
Inherited from:
Schematic
def enumeration[A](to: A => (String, Int), fromName: Map[String, A], fromOrdinal: Map[Int, A]): F[A]
Inherited from:
Schematic
def float: F[Float]
Inherited from:
Schematic
def int: F[Int]
Inherited from:
Schematic
def list[S](fs: F[S]): F[List[S]]
Inherited from:
Schematic
def long: F[Long]
Inherited from:
Schematic
def map[K, V](fk: F[K], fv: F[V]): F[Map[K, V]]
Inherited from:
Schematic
def set[S](fs: F[S]): F[Set[S]]
Inherited from:
Schematic
def short: F[Short]
Inherited from:
Schematic
def string: F[String]
Inherited from:
Schematic
def struct[S](fields: Vector[Field[F, S, _]])(const: Vector[Any] => S): F[S]
Inherited from:
Schematic
def suspend[A](f: => F[A]): F[A]
Inherited from:
Schematic
Inherited from:
Schematic
def union[S](first: Alt[F, S, _], rest: Vector[Alt[F, S, _]])(total: S => WithValue[F, S, _]): F[S]

Models a coproduct as a list of alternatives. Typesafety is guaranteed by the total function, which ensures that any value of the supertype can be downcasted to an alternative.

Models a coproduct as a list of alternatives. Typesafety is guaranteed by the total function, which ensures that any value of the supertype can be downcasted to an alternative.

Inherited from:
Schematic
def unit: F[Unit]
Inherited from:
Schematic
def uuid: F[UUID]
Inherited from:
Schematic
def vector[S](fs: F[S]): F[Vector[S]]
Inherited from:
Schematic
def withHints[A](fa: F[A], hints: Hints): F[A]
Inherited from:
Schematic