PartialOverlap

case
class PartialOverlap[A] extends Overlap[A]

Non empty intervals, for which holds: upperlower.upperBound && upperlower.lowerBound For example: (-2, 10] and [5, 13)

class Overlap[A]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def isDisjoint: Boolean
Inherited from
Overlap
def isEqual: Boolean
Inherited from
Overlap
def isSubset: Boolean
Inherited from
Overlap
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product