OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:makeDouble
(Results
1 - 7
of
7
) sorted by null
/libcore/ojluni/src/main/java/java/util/stream/
DoublePipeline.java
340
return SliceOps.
makeDouble
(this, (long) 0, maxSize);
351
return SliceOps.
makeDouble
(this, n, limit);
357
return SortedOps.
makeDouble
(this);
371
evaluate(ForEachOps.
makeDouble
(consumer, false));
376
evaluate(ForEachOps.
makeDouble
(consumer, true));
461
return evaluate(ReduceOps.
makeDouble
(identity, op));
466
return evaluate(ReduceOps.
makeDouble
(op));
477
return evaluate(ReduceOps.
makeDouble
(supplier, accumulator, operator));
482
return evaluate(MatchOps.
makeDouble
(predicate, MatchOps.MatchKind.ANY));
487
return evaluate(MatchOps.
makeDouble
(predicate, MatchOps.MatchKind.ALL))
[
all
...]
ReduceOps.java
517
makeDouble
(double identity, DoubleBinaryOperator operator) {
559
makeDouble
(DoubleBinaryOperator operator) {
613
makeDouble
(Supplier<R> supplier,
FindOps.java
93
public static TerminalOp<Double, OptionalDouble>
makeDouble
(boolean mustFindFirst) {
MatchOps.java
167
public static TerminalOp<Double, Boolean>
makeDouble
(DoublePredicate predicate,
ForEachOps.java
115
public static TerminalOp<Double, Void>
makeDouble
(DoubleConsumer action,
SliceOps.java
448
public static DoubleStream
makeDouble
(AbstractPipeline<?, Double, ?> upstream,
[
all
...]
SortedOps.java
92
static <T> DoubleStream
makeDouble
(AbstractPipeline<?, Double, ?> upstream) {
Completed in 158 milliseconds