NumType

zio.schema.validation.NumType
See theNumType companion object
sealed trait NumType[A]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object BigIntType
object DoubleType
object FloatType
object IntType
object LongType
object ShortType
Show all

Members list

Value members

Abstract methods

def numeric: Numeric[A]