SelectedValue

sealed class SelectedValue
         -Inf                 +0.0
0x{attr_id}_ff800000 0x{attr_id}_00000000
                   | |
                   ***
                **     **
             **           **
            *               *
negative   *                 *   positive
floats ⤹   *                 *  ⤸ floats
            *               *
             **           **
                **     **
                   ***
                   |||
0x{attr_id}_80000000|0x{attr_id}_7f800000
       -0.0         |            +Inf
            0x{attr_id}_7fc00000
                   NaN

Types

Link copied to clipboard
data class Between(val attrId: Int, val gte: Float, val lte: Float) : AttrRangeFacetFilter.SelectedValue
Link copied to clipboard
data class Gte(val attrId: Int, val gte: Float) : AttrRangeFacetFilter.SelectedValue
Link copied to clipboard
data class Lte(val attrId: Int, val lte: Float) : AttrRangeFacetFilter.SelectedValue

Functions

Link copied to clipboard

Properties

Link copied to clipboard
abstract val attrId: Int

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard