SuspendableRunner
class SuspendableRunner<ValueType>(valueType: KClass<*>, validator: Validator.SuspendableRunner<ValueType>) : ClientValidator
A validator for Validator.SuspendableRunner instances.
Types
Link copied to clipboard
class WithContext<ContextType, ValueType>(valueType: KClass<*>, validator: Validator.SuspendableRunner.WithContext<ContextType, ValueType>, contextProvider: suspend () -> ContextType) : ClientValidator
A validator for Validator.SuspendableRunner.WithContext instances.