Companion
object Companion
Functions
Link copied to clipboard
operator fun <ValueType> invoke(configuration: Configuration = Configuration(), block: Validatable<ValueType>.() -> Unit): Validator.Runner<ValueType>
operator fun <ContextType, ValueType> invoke(configuration: Configuration = Configuration(), block: Validatable<ValueType>.(context: ContextType) -> Unit): Validator.Runner.WithContext<ContextType, ValueType>
Link copied to clipboard
fun <ValueType> suspendable(configuration: Configuration = Configuration(), block: suspend Validatable<ValueType>.() -> Unit): Validator.SuspendableRunner<ValueType>
fun <ContextType, ValueType> suspendable(configuration: Configuration = Configuration(), block: suspend Validatable<ValueType>.(context: ContextType) -> Unit): Validator.SuspendableRunner.WithContext<ContextType, ValueType>