toggle menu
two-colored-range
1.0.0
common
switch theme
search in API
two-colored-range
/
me.thorny.twoColoredRange.rangeUtils
/
RangeFactory
Range
Factory
interface
RangeFactory
<
BoundType
:
Comparable
<
BoundType
>
>
Factory for ranges.
Inheritors
ClosedRangeFactory
IntRangeFactory
LongRangeFactory
Members
Functions
make
Range
Link copied to clipboard
abstract
fun
makeRange
(
start
:
BoundType
,
endInclusive
:
BoundType
)
:
ClosedRange
<
BoundType
>
Creates a range from
start
to
endInclusive
.