Interface DoublePredicate

    • Method Detail

      • accept

        boolean accept​(double value)
      • test

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