AndStatement

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

Types

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

Properties

Link copied to clipboard

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

Functions

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