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