kotlin-client
kotlin-client
/
com.couchbase.client.kotlin.search
/
NumericRange
/
Companion
Companion
object
Companion
Content copied to clipboard
Functions
Functions
bounds
Link copied to clipboard
fun
bounds
(
min
:
Number
,
max
:
Number
,
name
:
String
=
"<=x<"
)
:
NumericRange
Content copied to clipboard
lower
Bound
Link copied to clipboard
fun
lowerBound
(
min
:
Number
,
name
:
String
=
"<=x<∞"
)
:
NumericRange
Content copied to clipboard
upper
Bound
Link copied to clipboard
fun
upperBound
(
max
:
Number
,
name
:
String
=
"-∞<=x<"
)
:
NumericRange
Content copied to clipboard