BinaryType

zio.schema.StandardType.BinaryType
object BinaryType extends StandardType[Chunk[Byte]]

Attributes

Graph
Supertypes
trait Ordering[Chunk[Byte]]
trait Equiv[Chunk[Byte]]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
BinaryType.type

Members list

Type members

Inherited classlikes

class OrderingOps(lhs: T)

Attributes

Inherited from:
Ordering
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

override def compare(x: Chunk[Byte], y: Chunk[Byte]): Int

Attributes

Definition Classes
override def tag: String

Attributes

Definition Classes

Inherited methods

override def equiv(x: Chunk[Byte], y: Chunk[Byte]): Boolean

Attributes

Definition Classes
Inherited from:
Ordering
override def gt(x: Chunk[Byte], y: Chunk[Byte]): Boolean

Attributes

Definition Classes
Inherited from:
Ordering
override def gteq(x: Chunk[Byte], y: Chunk[Byte]): Boolean

Attributes

Definition Classes
Inherited from:
Ordering

Attributes

Inherited from:
Ordering
override def lt(x: Chunk[Byte], y: Chunk[Byte]): Boolean

Attributes

Definition Classes
Inherited from:
Ordering
override def lteq(x: Chunk[Byte], y: Chunk[Byte]): Boolean

Attributes

Definition Classes
Inherited from:
Ordering
def max[U <: Chunk[Byte]](x: U, y: U): U

Attributes

Inherited from:
Ordering
def min[U <: Chunk[Byte]](x: U, y: U): U

Attributes

Inherited from:
Ordering
def on[U](f: U => Chunk[Byte]): Ordering[U]

Attributes

Inherited from:
Ordering

Attributes

Inherited from:
Ordering
def orElseBy[S](f: Chunk[Byte] => S)(implicit ord: Ordering[S]): Ordering[T]

Attributes

Inherited from:
Ordering
override def reverse: Ordering[T]

Attributes

Definition Classes
Inherited from:
Ordering
def reversed(): Comparator[T]

Attributes

Inherited from:
Comparator
def thenComparing[U <: Comparable[_ >: U <: <FromJavaObject>]](x$0: Function[_ >: Chunk[Byte] <: <FromJavaObject>, _ <: U]): Comparator[T]

Attributes

Inherited from:
Comparator
def thenComparing[U <: <FromJavaObject>](x$0: Function[_ >: Chunk[Byte] <: <FromJavaObject>, _ <: U], x$1: Comparator[_ >: U <: <FromJavaObject>]): Comparator[T]

Attributes

Inherited from:
Comparator
def thenComparing(x$0: Comparator[_ >: Chunk[Byte] <: <FromJavaObject>]): Comparator[T]

Attributes

Inherited from:
Comparator
def thenComparingDouble(x$0: ToDoubleFunction[_ >: Chunk[Byte] <: <FromJavaObject>]): Comparator[T]

Attributes

Inherited from:
Comparator
def thenComparingInt(x$0: ToIntFunction[_ >: Chunk[Byte] <: <FromJavaObject>]): Comparator[T]

Attributes

Inherited from:
Comparator
def thenComparingLong(x$0: ToLongFunction[_ >: Chunk[Byte] <: <FromJavaObject>]): Comparator[T]

Attributes

Inherited from:
Comparator
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
StandardType -> Any
Inherited from:
StandardType

Converts a DynamicValue into a primitive type.

Converts a DynamicValue into a primitive type.

Attributes

Inherited from:
StandardType

Attributes

Inherited from:
Ordering

Concrete fields

override val defaultValue: Either[String, Chunk[Byte]]

Implicits

Inherited implicits

Attributes

Inherited from:
Ordering