Or

A list of subexpressions of which at least one must match.

Constructors

Link copied to clipboard
constructor(value: List<ResourceLogicalExpression>)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this ResourceLogicalExpression as a And and retrieves its kotlin.collections.List value. Throws an exception if the ResourceLogicalExpression is not a And.

Link copied to clipboard

Casts this ResourceLogicalExpression as a And and retrieves its kotlin.collections.List value. Returns null if the ResourceLogicalExpression is not a And.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Casts this ResourceLogicalExpression as a Or and retrieves its kotlin.collections.List value. Throws an exception if the ResourceLogicalExpression is not a Or.

Link copied to clipboard

Casts this ResourceLogicalExpression as a Or and retrieves its kotlin.collections.List value. Returns null if the ResourceLogicalExpression is not a Or.