toggle menu
elasticmagic-kt
0.3.4
common
switch theme
search in API
elasticmagic
/
dev.evo.elasticmagic.aggs
/
HistogramBounds
Histogram
Bounds
data
class
HistogramBounds
<
T
>
(
val
min
:
T
?
,
val
max
:
T
?
)
Members
Constructors
Histogram
Bounds
Link copied to clipboard
constructor
(
min
:
T
?
,
max
:
T
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
max
Link copied to clipboard
val
max
:
T
?
min
Link copied to clipboard
val
min
:
T
?