Interval

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

Constructs a new interval from the two specified endpoints. If the start endpoint greater than the end endpoint, then a zero size interval will be returned.

Constructs a new interval from the two specified endpoints. If the start endpoint greater than the end endpoint, then a zero size interval will be returned.

Inherited methods

def curried: T1 => T2 => R
Inherited from:
Function2
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Function2 -> Any
Inherited from:
Function2
def tupled: ((T1, T2)) => R
Inherited from:
Function2

Concrete fields

An interval of zero-width.

An interval of zero-width.