PropertyState

sealed class PropertyState<out TValue>(source)

The state of a property.

Parameters

TValue

the type of the property.

Inheritors

Functions

Link copied to clipboard
abstract fun and(otherCondition: TValue.() -> Boolean): PropertyState<TValue>

Check another rule for the property.