Package-level declarations

Types

Link copied to clipboard

A no-operation validator that always returns Valid.

Link copied to clipboard
fun interface StateValidator<T>

Interface for validating state objects.

Link copied to clipboard
sealed interface ValidationResult

Represents the result of state validation.