Strength

Defines the weight or priority applied to a given Constraint. This determines the likelihood of the Constraint being honored.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val value: Int

Functions

Link copied to clipboard
open operator override fun compareTo(other: Strength): Int
Link copied to clipboard
open override fun toString(): String

Inherited functions

Link copied to clipboard
inline operator fun Strength.minus(value: Int): Strength
Link copied to clipboard
operator fun Strength.plus(value: Int): Strength