public class SimpleValidator<N extends Node> extends SingleNodeTypeValidator<N>
| Constructor and Description |
|---|
SimpleValidator(Class<N> type,
Predicate<N> condition,
BiConsumer<N,ProblemReporter> problemSupplier) |
acceptclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic SimpleValidator(Class<N> type, Predicate<N> condition, BiConsumer<N,ProblemReporter> problemSupplier)
Copyright © 2007–2024. All rights reserved.