LocalDateTimeContinuousValue
Type class for local date-times as continuous values.
Attributes
- Source
- ContinuousValue.scala
- Graph
-
- Supertypes
-
trait ContinuousValue[LocalDateTime]trait DomainValueLike[LocalDateTime]trait Ordering[LocalDateTime]trait PartialOrdering[LocalDateTime]trait Equiv[LocalDateTime]trait Serializabletrait Comparator[LocalDateTime]class Objecttrait Matchableclass AnyShow all
- Self type
Members list
Type members
Inherited classlikes
Attributes
- Inherited from:
- Ordering
- Supertypes
-
class Objecttrait Matchableclass Any
Value members
Concrete methods
Attributes
- Definition Classes
-
Ordering -> Comparator
- Source
- ContinuousValue.scala
A totally ordered hash of a value used for mapping intervals to box search trees in double space. If x1 < x2, then orderedHashOf(x1) ≤ orderedHashOf(x2), i.e., it is "weakly monotonic". See https://en.wikipedia.org/wiki/Monotonic_function.
A totally ordered hash of a value used for mapping intervals to box search trees in double space. If x1 < x2, then orderedHashOf(x1) ≤ orderedHashOf(x2), i.e., it is "weakly monotonic". See https://en.wikipedia.org/wiki/Monotonic_function.
Attributes
- Note
-
having equal
orderedHashOfresults for different inputs is allowed, but represents a hash collision. If theorderedHashOfmethod has too many collisions, the performance of box search trees will suffer. - Definition Classes
- Source
- ContinuousValue.scala
Inherited methods
Punctuation used when representing interval in brace notation, e.g., "[a..b]" for discrete and "[a, b]" for continuous.
Punctuation used when representing interval in brace notation, e.g., "[a..b]" for discrete and "[a, b]" for continuous.
Attributes
- Definition Classes
- Inherited from:
- ContinuousValue
- Source
- ContinuousValue.scala
Attributes
- Definition Classes
-
Ordering -> PartialOrdering -> Equiv
- Inherited from:
- Ordering
Attributes
- Definition Classes
-
Ordering -> PartialOrdering
- Inherited from:
- Ordering
Attributes
- Definition Classes
-
Ordering -> PartialOrdering
- Inherited from:
- Ordering
Attributes
- Inherited from:
- Ordering
Attributes
- Definition Classes
-
Ordering -> PartialOrdering
- Inherited from:
- Ordering
Attributes
- Definition Classes
-
Ordering -> PartialOrdering
- Inherited from:
- Ordering
Attributes
- Inherited from:
- Ordering
Attributes
- Inherited from:
- Ordering
Attributes
- Inherited from:
- Ordering
Attributes
- Inherited from:
- Ordering
Attributes
- Inherited from:
- Ordering
Attributes
- Definition Classes
-
Ordering -> PartialOrdering
- Inherited from:
- Ordering
Attributes
- Inherited from:
- Comparator
Attributes
- Inherited from:
- Comparator
Attributes
- Inherited from:
- Comparator
Attributes
- Inherited from:
- Comparator
Attributes
- Inherited from:
- Comparator
Attributes
- Inherited from:
- Comparator
Attributes
- Inherited from:
- Comparator
Attributes
- Inherited from:
- Ordering
Concrete fields
Maximum value (upper bound). See https://en.wikipedia.org/wiki/Maximum_and_minimum.
Maximum value (upper bound). See https://en.wikipedia.org/wiki/Maximum_and_minimum.
Attributes
- Source
- ContinuousValue.scala
Minimum value (lower bound). See https://en.wikipedia.org/wiki/Maximum_and_minimum.
Minimum value (lower bound). See https://en.wikipedia.org/wiki/Maximum_and_minimum.
Attributes
- Source
- ContinuousValue.scala
Extensions
Inherited extensions
A totally ordered hash of a value used for mapping intervals to box search trees in double space. If x1 < x2, then orderedHashOf(x1) ≤ orderedHashOf(x2), i.e., it is "weakly monotonic" in that it is non-decreasing. See https://en.wikipedia.org/wiki/Monotonic_function.
A totally ordered hash of a value used for mapping intervals to box search trees in double space. If x1 < x2, then orderedHashOf(x1) ≤ orderedHashOf(x2), i.e., it is "weakly monotonic" in that it is non-decreasing. See https://en.wikipedia.org/wiki/Monotonic_function.
Attributes
- Note
-
having equal
orderedHashOfresults for different inputs is allowed, but represents a hash collision. If theorderedHashOfmethod has too many collisions, the performance of box search trees will suffer. - Inherited from:
- DomainValueLike
- Source
- DomainValueLike.scala
Implicits
Inherited implicits
Attributes
- Inherited from:
- Ordering