Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
state
/
com.monkopedia.kodemirror.state
/
RangeSetUpdate
/
RangeSetUpdate
Range
Set
Update
constructor
(
add
:
List
<
Range
<
T
>
>
=
emptyList()
,
sort
:
Boolean
=
false
,
filter
:
(
from
:
Int
,
to
:
Int
,
value
:
T
)
->
Boolean
?
=
null
,
filterFrom
:
Int
=
0
,
filterTo
:
Int
=
Int.MAX_VALUE
)