TypedValidator<N>
, Validator
, BiConsumer<N,ProblemReporter>
public class SimpleValidator<N extends Node> extends SingleNodeTypeValidator<N>
Constructor | Description |
---|---|
SimpleValidator(Class<N> type,
Predicate<N> condition,
BiConsumer<N,ProblemReporter> problemSupplier) |
andThen
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accept
public SimpleValidator(Class<N> type, Predicate<N> condition, BiConsumer<N,ProblemReporter> problemSupplier)
Copyright © 2007–2019. All rights reserved.