Searched refs:DoubleSupplier (Results 1 – 10 of 10) sorted by relevance
36 import java.util.function.DoubleSupplier;139 static void testMomentsGaussian(DoubleSupplier theSupplier) { in testMomentsGaussian()156 static void testMomentsExponential(DoubleSupplier theSupplier) { in testMomentsExponential()173 static void testMomentsUniform(DoubleSupplier theSupplier) { in testMomentsUniform()
28 import java.util.function.DoubleSupplier;67 DoubleSupplier alwaysFails = () -> { fail(); return 57.0; }; in testOrElseGet()70 DoubleSupplier supplies57 = () -> 57.0; in testOrElseGet()
28 import java.util.function.DoubleSupplier;234 public double orElseGet(DoubleSupplier supplier) { in orElseGet()
41 public interface DoubleSupplier { interface
39 import java.util.function.DoubleSupplier;1115 public static DoubleStream generate(DoubleSupplier s) { in generate()
35 import java.util.function.DoubleSupplier;1422 final DoubleSupplier s;1424 OfDouble(long size, DoubleSupplier s) { in OfDouble()
119 public static java.util.stream.DoubleStream generate(java.util.function.DoubleSupplier s) { throw n… in generate()
1071 "ojluni/src/main/java/java/util/function/DoubleSupplier.java",
1122 …/java/java/util/function/DoubleSupplier.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classes/java…
14549 method public double orElseGet(java.util.function.DoubleSupplier);17121 @java.lang.FunctionalInterface public interface DoubleSupplier {18256 method public static java.util.stream.DoubleStream generate(java.util.function.DoubleSupplier);