SimpleValidator
Runs a validator on all nodes of a certain type, and adds a problem for all nodes that pass a condition.
Constructors
Link copied to clipboard
constructor(type: Class<N>, condition: Predicate<N>, problemSupplier: BiConsumer<N, ProblemReporter>)