Validators

A validator that will call a collection of validators.

Inheritors

Constructors

Link copied to clipboard
constructor(validators: Array<Validator>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun accept(node: N, problemReporter: ProblemReporter)
open fun accept(node: Node, problemReporter: ProblemReporter)
abstract fun accept(p: T, p1: U)
Link copied to clipboard
open fun add(newValidator: Validator): Validators
Link copied to clipboard
open fun andThen(after: BiConsumer<in T, in U>): BiConsumer<T, U>
Link copied to clipboard
open fun processor(): Processor
Link copied to clipboard
open fun remove(validator: Validator): Validators
Link copied to clipboard
open fun replace(oldValidator: Validator, newValidator: Validator): Validators