implicit object BoundableDate extends Boundable[Date]
- Source
- bound.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BoundableDate
- 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[Date], v: Date): Boolean
- Definition Classes
- Boundable
- def dist(min: Date, max: Date): Double
- Definition Classes
- BoundableDate → Boundable
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def equals(a: Date, b: Date): 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: Date, max: Date): Double
- Definition Classes
- BoundableDate → Boundable
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def interpolate(min: Date, max: Date, ratio: Double): Date
- Definition Classes
- BoundableDate → Boundable
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lessThan(a: Date, b: Date): Boolean
- Definition Classes
- BoundableDate → Boundable
- final def lessThanOrEqual(a: Date, b: Date): Boolean
- Definition Classes
- Boundable
- final def max(a: Date, b: Date): Date
- Definition Classes
- Boundable
- final def min(a: Date, b: Date): Date
- 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: Date, max: Date, x: Date): Double
- Definition Classes
- BoundableDate → Boundable
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(min: Date, max: Date): String
- Definition Classes
- BoundableDate → 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[Date], v: Date): 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[Date]): Bound[Date]
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