Primitive

smithy4s.schema.Primitive$
See thePrimitive companion trait
object Primitive

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Primitive.type

Members list

Type members

Classlikes

case object PBigDecimal extends Primitive[BigDecimal]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object PBigInt extends Primitive[BigInt]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Primitive[BigInt]
class Object
trait Matchable
class Any
Show all
Self type
PBigInt.type
case object PBlob extends Primitive[ByteArray]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
PBlob.type
case object PBoolean extends Primitive[Boolean]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
PBoolean.type
case object PByte extends Primitive[Byte]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Primitive[Byte]
class Object
trait Matchable
class Any
Show all
Self type
PByte.type
case object PDocument extends Primitive[Document]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
PDocument.type
case object PDouble extends Primitive[Double]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Primitive[Double]
class Object
trait Matchable
class Any
Show all
Self type
PDouble.type
case object PFloat extends Primitive[Float]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Primitive[Float]
class Object
trait Matchable
class Any
Show all
Self type
PFloat.type
case object PInt extends Primitive[Int]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Primitive[Int]
class Object
trait Matchable
class Any
Show all
Self type
PInt.type
case object PLong extends Primitive[Long]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Primitive[Long]
class Object
trait Matchable
class Any
Show all
Self type
PLong.type
case object PShort extends Primitive[Short]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Primitive[Short]
class Object
trait Matchable
class Any
Show all
Self type
PShort.type
case object PString extends Primitive[String]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Primitive[String]
class Object
trait Matchable
class Any
Show all
Self type
PString.type
case object PTimestamp extends Primitive[Timestamp]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
PTimestamp.type
case object PUUID extends Primitive[UUID]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Primitive[UUID]
class Object
trait Matchable
class Any
Show all
Self type
PUUID.type

Inherited classlikes

final implicit class MapOps[K, V](val map: Map[K, V])

Attributes

Inherited from:
ScalaCompat (hidden)
Supertypes
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def deriving[F[_]](implicit short: F[Short], int: F[Int], float: F[Float], long: F[Long], double: F[Double], bigint: F[BigInt], bigdecimal: F[BigDecimal], boolean: F[Boolean], string: F[String], uuid: F[UUID], byte: F[Byte], blob: F[ByteArray], document: F[Document], timestamp: F[Timestamp]): PolyFunction[Primitive, F]
def describe(p: Primitive[_]): String

Implicits

Inherited implicits

final implicit def MapOps[K, V](map: Map[K, V]): MapOps[K, V]

Attributes

Inherited from:
ScalaCompat (hidden)