Interface IntPredicate

    • Method Detail

      • accept

        boolean accept​(int value)
      • test

        default boolean test​(int value)
        Specified by:
        test in interface java.util.function.IntPredicate