BuiltinIntTag

class BuiltinIntTag[A](zero: A, min: A, max: A) extends NumberTag[A]
trait NumberTag[A]
class Object
trait Matchable
class Any

Value members

Inherited methods

Returns true if all values representable by A are finite and live on the real number line.

Returns true if all values representable by A are finite and live on the real number line.

Inherited from:
NumberTag

Returns true if this type can represent arbitrarily large or small values.

Returns true if this type can represent arbitrarily large or small values.

Inherited from:
NumberTag
def isFinite(a: A): Boolean

Returns true if a represents a finite value (neither infinite nor invalid).

Returns true if a represents a finite value (neither infinite nor invalid).

Inherited from:
NumberTag

Concrete fields

val hasZero: Option[A]