invoke

operator fun <ContextType, ValueType> invoke(configuration: Configuration = Configuration(), block: Validatable<ValueType>.(context: ContextType) -> Unit): Validator.Runner.WithContext<ContextType, ValueType>
operator fun <ValueType> invoke(configuration: Configuration = Configuration(), block: Validatable<ValueType>.() -> Unit): Validator.Runner<ValueType>