PatternFilter

A regex-based match condition. Passes when the value matches any pattern.

Types

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

Properties

Link copied to clipboard

Anchored full-match regex patterns. The condition passes when the value matches at least one pattern.

Functions

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