Class Equals<T>

  • All Implemented Interfaces:
    Predicate<T>

    public final class Equals<T>
    extends DelegatingPredicate<T>
    A trivial Predicate which delegates to Object.equals(Object) and matches if it returns true.
    • Constructor Summary

      Constructors 
      Constructor Description
      Equals​(T value)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Equals

        public Equals​(T value)