sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
core-ktx
/
androidx.core.util
/
and
and
@
RequiresApi
(
value
=
21
)
infix inline
fun
<
T
:
Comparable
<
T
>
>
Range
<
T
>
.
and
(
other
:
Range
<
T
>
)
:
Range
<
T
>
(
source
)
Return the intersection of this range and
other
.
Throws
Illegal
Argument
Exception
if this is disjoint from
other
.