FloatType

zio.schema.StandardType.FloatType
object FloatType extends StandardType[Float]

Attributes

Graph
Supertypes
trait StandardType[Float]
trait Ordering[Float]
trait PartialOrdering[Float]
trait Equiv[Float]
trait Serializable
trait Comparator[Float]
class Object
trait Matchable
class Any
Show all
Self type
FloatType.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: Float, y: Float): Int

Attributes

Definition Classes
Ordering -> Comparator
override def tag: String

Attributes

Definition Classes

Inherited methods

override def equiv(x: Float, y: Float): Boolean

Attributes

Definition Classes
Ordering -> PartialOrdering -> Equiv
Inherited from:
Ordering
override def gt(x: Float, y: Float): Boolean

Attributes

Definition Classes
Ordering -> PartialOrdering
Inherited from:
Ordering
override def gteq(x: Float, y: Float): Boolean

Attributes

Definition Classes
Ordering -> PartialOrdering
Inherited from:
Ordering
def isReverseOf(other: Ordering[_]): Boolean

Attributes

Inherited from:
Ordering
override def lt(x: Float, y: Float): Boolean

Attributes

Definition Classes
Ordering -> PartialOrdering
Inherited from:
Ordering
override def lteq(x: Float, y: Float): Boolean

Attributes

Definition Classes
Ordering -> PartialOrdering
Inherited from:
Ordering
def max[U <: Float](x: U, y: U): U

Attributes

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

Attributes

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

Attributes

Inherited from:
Ordering
def orElse(other: Ordering[Float]): Ordering[Float]

Attributes

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

Attributes

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

Attributes

Definition Classes
Ordering -> PartialOrdering
Inherited from:
Ordering
def reversed(): Comparator[Float]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

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
def toTypedPrimitive(value: DynamicValue): Either[String, Float]

Converts a DynamicValue into a primitive type.

Converts a DynamicValue into a primitive type.

Attributes

Inherited from:
StandardType
def tryCompare(x: Float, y: Float): Some[Int]

Attributes

Inherited from:
Ordering

Concrete fields

override val defaultValue: Either[String, Float]

Implicits

Inherited implicits

implicit def mkOrderingOps(lhs: Float): OrderingOps

Attributes

Inherited from:
Ordering