implicit object BoundableShort extends Boundable[Short]
- Source
- bound.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BoundableShort
- Boundable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def contains(b: Bound[Short], v: Short): Boolean
- Definition Classes
- Boundable
- def dist(min: Short, max: Short): Double
- Definition Classes
- BoundableShort → Boundable
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def equals(a: Short, b: Short): Boolean
- Definition Classes
- Boundable
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def gain(min: Short, max: Short): Double
- Definition Classes
- BoundableShort → Boundable
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def interpolate(min: Short, max: Short, ratio: Double): Short
- Definition Classes
- BoundableShort → Boundable
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lessThan(a: Short, b: Short): Boolean
- Definition Classes
- BoundableShort → Boundable
- final def lessThanOrEqual(a: Short, b: Short): Boolean
- Definition Classes
- Boundable
- final def max(a: Short, b: Short): Short
- Definition Classes
- Boundable
- final def min(a: Short, b: Short): Short
- Definition Classes
- Boundable
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def ratioOf(min: Short, max: Short, x: Short): Double
- Definition Classes
- BoundableShort → Boundable
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(a: Short, b: Short): String
- Definition Classes
- Boundable
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Deprecated Value Members
- def containsNorm(b: Bound[Short], v: Short): Boolean
this version does not require the min to be less than the max norm puts it into a canonical Bound form where the min < max
this version does not require the min to be less than the max norm puts it into a canonical Bound form where the min < max
- Definition Classes
- Boundable
- Annotations
- @deprecated
- Deprecated
(Since version 0.2.13) the 'normal'
contains
method should provide this functionality
- def norm(b: Bound[Short]): Bound[Short]
norm puts it into a canonical Bound form where the min < max
norm puts it into a canonical Bound form where the min < max
- Definition Classes
- Boundable
- Annotations
- @deprecated
- Deprecated
(Since version 0.2.13) try not to use this function, it was to specialized