MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / reduce

Method reduce

vm/JavaAPI/src/java/util/stream/Stream.java:28–28  ·  view source on GitHub ↗
(T identity, BinaryOperator<T> accumulator)

Source from the content-addressed store, hash-verified

26 Object[] toArray();
27
28 T reduce(T identity, BinaryOperator<T> accumulator);
29
30 <A, R> R collect(Collector<? super T, A, R> collector);
31

Callers 15

wrapEventMethod · 0.65
cFunction · 0.65
aFunction · 0.65
lengthMethod · 0.65
dispatchStreamBridgeMethod · 0.65
invoke2Method · 0.65
runTestMethod · 0.65
CtFunction · 0.65
nnFunction · 0.65
video.min.jsFile · 0.65
kaFunction · 0.65

Calls

no outgoing calls

Tested by 2

runTestMethod · 0.52
calculateMethod · 0.52