Unknown
Ce contenu n’est pas encore disponible dans votre langue.
class Unknown(val minValue: Double, val maxValue: Double?) : RewardTier
A tier shape this build does not know, kept so one unrecognised band cannot fail the whole reward. Mirrors EstimatedReward.Unknown; the bounds are the fields every tier carries.
Constructors
Section titled “Constructors”| Unknown | constructor(minValue: Double, maxValue: Double?) |
Properties
Section titled “Properties”| Name | Summary |
|---|---|
| maxValue | open override val maxValue: Double? |
| minValue | open override val minValue: Double |
Functions
Section titled “Functions”| Name | Summary |
|---|---|
| equals | open operator override fun equals(other: Any?): Boolean |
| hashCode | open override fun hashCode(): Int |
| toString | open override fun toString(): String |