Microservices Libs
Toggle table of contents
1.0.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Microservices Libs
common
/
dev.limebeck.libs.range
/
contains
contains
operator
fun
<
T
:
Comparable
<
T
>
>
StrictRange
<
T
>
.
contains
(
value
:
T
)
:
Boolean
operator
fun
<
T
:
Comparable
<
T
>
>
Range
<
T
>
.
contains
(
value
:
T
)
:
Boolean