Subset

case
class Subset[A] extends Overlap[A]

inner is a subset of outer. Empty interval is always a subset of any other, so all overlaps on empty intervals go here, except (Ø).overlap(Ø), that results in equality.

For example [1,4) and [1, 5]

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