object Bound
- Source
- bound.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Bound
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final class BoundIterator[A] extends Iterator[A]
- trait BoundOf[A] extends AnyRef
- class BoundOps[A] extends AnyRef
- trait BoundStep[A, B] extends AnyRef
- trait Boundable[A] extends AnyRef
- class Log[A] extends Bound[A]
Log interpolate min ~ max ratio while preserving the original values and using the max and min to determine a scale range
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
- def apply[A](min: A, max: A)(implicit b: Boundable[A]): Bound[A]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- 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 find[A](xs: Iterable[A])(implicit b: Boundable[A]): Option[Bound[A]]
- def find[A](it: Iterator[A])(implicit b: Boundable[A]): Option[Bound[A]]
find iterates over a collection to create a min max, this is a very simple Stat but is general types have have Boundable typeclass
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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 of[A](implicit boundOf: BoundOf[A]): Bound[A]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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()
- object BoundOf
- object BoundStep
- object Boundable
- implicit object ParsableBoundDate extends Parsable[Bound[Date]]
- implicit object ParsableBoundDouble extends Parsable[Bound[Double]]
- implicit object ParsableBoundInt extends Parsable[Bound[Int]]