Class SimpleValidator<N extends Node>

    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleValidator​(java.lang.Class<N> type, java.util.function.Predicate<N> condition, java.util.function.BiConsumer<N,​ProblemReporter> problemSupplier)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.BiConsumer

        andThen
    • Constructor Detail

      • SimpleValidator

        public SimpleValidator​(java.lang.Class<N> type,
                               java.util.function.Predicate<N> condition,
                               java.util.function.BiConsumer<N,​ProblemReporter> problemSupplier)