Class Predicates.FalseEquals

  • All Implemented Interfaces:
    java.io.Serializable, java.util.function.Predicate<java.lang.Boolean>, Predicate<java.lang.Boolean>
    Enclosing class:
    Predicates<T>

    private static class Predicates.FalseEquals
    extends java.lang.Object
    implements Predicate<java.lang.Boolean>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private FalseEquals()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(java.lang.Boolean anObject)  
      • Methods inherited from class java.lang.Object

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

        and, negate, or
      • Methods inherited from interface org.eclipse.collections.api.block.predicate.Predicate

        test
    • Constructor Detail

      • FalseEquals

        private FalseEquals()
    • Method Detail

      • accept

        public boolean accept​(java.lang.Boolean anObject)
        Specified by:
        accept in interface Predicate<java.lang.Boolean>