OrStatement

A logical rule statement used to combine other rule statements with OR logic. You provide more than one Statement within the OrStatement.

Types

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

Properties

Link copied to clipboard

The statements to combine with OR logic. You can use any statements that can be nested.

Functions

Link copied to clipboard
inline fun copy(block: OrStatement.Builder.() -> Unit = {}): OrStatement
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