Class Predicates.EqualPredicate

java.lang.Object
org.eclipse.collections.impl.block.factory.Predicates<Object>
org.eclipse.collections.impl.block.factory.Predicates.EqualPredicate
All Implemented Interfaces:
Serializable, Predicate<Object>, Predicate<Object>
Enclosing class:
Predicates<T>

private static final class Predicates.EqualPredicate extends Predicates<Object>
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • compareObject

      private final Object compareObject
  • Constructor Details

    • EqualPredicate

      private EqualPredicate(Object newCompareObject)
  • Method Details