EvaluatedRule

The details of the rule used for evaluating variable values.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether the rule was evaluated.

Link copied to clipboard

The rule expression.

Link copied to clipboard

The rule expression value.

Link copied to clipboard

Indicates whether the rule matched.

Link copied to clipboard

The rule outcome.

Link copied to clipboard

The rule ID.

Link copied to clipboard

The rule version.

Functions

Link copied to clipboard
inline fun copy(block: EvaluatedRule.Builder.() -> Unit = {}): EvaluatedRule
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String