EventLiteral

interface EventLiteral

One signed event predicate literal: a predicate, optionally negated.

Types

Link copied to clipboard
sealed interface Predicate

The event-index predicate to match.

Properties

Link copied to clipboard
abstract val negated: Boolean

When true, the literal matches events that the predicate does not match.

Link copied to clipboard

The event-index predicate to match.

Functions

Link copied to clipboard
Link copied to clipboard
fun EventLiteral.copy(body: <Error class: unknown class>.() -> Unit = {}): EventLiteral

Copies the original message, including unknown fields.