BytesSet

case object BytesSet extends Schema[NonEmptySet[ByteVector]]
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Schema[NonEmptySet[ByteVector]]
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels = EmptyTuple
Inherited from
Singleton
type MirroredElemTypes = EmptyTuple
Inherited from
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror
type MirroredMonoType = Singleton
Inherited from
Singleton
type MirroredType = Singleton
Inherited from
Singleton

Value members

Inherited methods

def asList: Schema[List[NonEmptySet[ByteVector]]]
Inherited from
Schema
def asMap: Schema[Map[String, NonEmptySet[ByteVector]]]
Inherited from
Schema
def asSeq: Schema[Seq[NonEmptySet[ByteVector]]]
Inherited from
Schema
def asVector: Schema[Vector[NonEmptySet[ByteVector]]]
Inherited from
Schema
def fromProduct(p: Product): MirroredMonoType
Inherited from
Singleton
def imap[B](f: NonEmptySet[ByteVector] => B)(g: B => NonEmptySet[ByteVector]): Schema[B]
Inherited from
Schema
def imapErr[B](f: NonEmptySet[ByteVector] => Either[ReadError, B])(g: B => NonEmptySet[ByteVector]): Schema[B]
Inherited from
Schema
def nullable: Schema[Option[NonEmptySet[ByteVector]]]
Inherited from
Schema
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def read(v: DynamoValue): Either[ReadError, NonEmptySet[ByteVector]]
Inherited from
Schema
def tag(name: String): Schema[NonEmptySet[ByteVector]]
Inherited from
Schema
def write(a: NonEmptySet[ByteVector]): Either[WriteError, DynamoValue]
Inherited from
Schema
def xmap[B](f: NonEmptySet[ByteVector] => Either[ReadError, B])(g: B => Either[WriteError, NonEmptySet[ByteVector]]): Schema[B]
Inherited from
Schema