Class BinaryPredicateBase<S,​T>

    • Constructor Summary

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

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

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

        and, negate, or
    • Constructor Detail

      • BinaryPredicateBase

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

      • eval

        public abstract boolean eval​(S arg1,
                                     T arg2)