Interface LongPredicate

    • Method Detail

      • accept

        boolean accept​(long value)
      • test

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