Range

wvlet.airframe.rx.html.widget.editor.monaco.Range
See theRange companion class
object Range extends Object

Attributes

Companion
class
Graph
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any
Self type
Range.type

Members list

Value members

Concrete methods

def areIntersecting(a: IRange, b: IRange): Boolean
def areIntersectingOrTouching(a: IRange, b: IRange): Boolean
def compareRangesUsingEnds(a: IRange, b: IRange): Double
def compareRangesUsingStarts(a: IRange | Null | Unit, b: IRange | Null | Unit): Double
def containsPosition(range: IRange, position: IPosition): Boolean
def containsRange(range: IRange, otherRange: IRange): Boolean
def equalsRange(a: IRange | Null, b: IRange | Null): Boolean
def fromPositions(start: IPosition, end: IPosition): Range
def intersectRanges(a: IRange, b: IRange): Range | Null
def isEmpty(range: IRange): Boolean
def isIRange(obj: Any): Boolean
def lift(range: Unit | Null): Null
def lift(range: IRange): Range
def plusRange(a: IRange, b: IRange): Range
def spansMultipleLines(range: IRange): Boolean
def strictContainsRange(range: IRange, otherRange: IRange): Boolean

Inherited methods

def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def isPrototypeOf(v: Object): Boolean

Attributes

Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean

Attributes

Inherited from:
Object
def toLocaleString(): String

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object