Class IntPredicates.EqualsIntPredicate

  • All Implemented Interfaces:
    java.io.Serializable, java.util.function.IntPredicate, IntPredicate
    Enclosing class:
    IntPredicates

    private static final class IntPredicates.EqualsIntPredicate
    extends java.lang.Object
    implements IntPredicate
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private EqualsIntPredicate​(int expected)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(int actual)  
      • 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.IntPredicate

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

        test
    • Field Detail

      • expected

        private final int expected
    • Constructor Detail

      • EqualsIntPredicate

        private EqualsIntPredicate​(int expected)
    • Method Detail

      • accept

        public boolean accept​(int actual)
        Specified by:
        accept in interface IntPredicate