NoOpValidator

A no-operation validator that always returns Valid.

This validator is useful when no validation is required for a state, or as a default fallback validator.

Parameters

T

The type of state being validated

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun validate(state: T): ValidationResult

Always returns Valid regardless of the state.