Class Predicates.NotEqualPredicate

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

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

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • compareObject

      private final Object compareObject
  • Constructor Details

    • NotEqualPredicate

      private NotEqualPredicate(Object newCompareObject)
  • Method Details