Class UnaryPredicateBase<S>

    • Constructor Summary

      Constructors 
      Constructor Description
      UnaryPredicateBase​(java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract boolean eval​(S arg1)  
      boolean evaluate​(S arg1)  
      • Methods inherited from class java.lang.Object

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

        and, negate, or
    • Constructor Detail

      • UnaryPredicateBase

        public UnaryPredicateBase​(java.lang.String name)
    • Method Detail

      • eval

        public abstract boolean eval​(S arg1)