You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| OptionalDouble average() | IntStream, LongStream and DoubleStream | The arithmetic mean of the elements |
884
-
| Stream*<T>* boxed() | IntStream, LongStream and DoubleStream | A Stream*<T>* where T is the wrapper class associated with the primitive value |
884
+
| Stream<_T_> boxed() | IntStream, LongStream and DoubleStream | A Stream<_T_> where T is the wrapper class associated with the primitive value |
885
885
| OptionalInt max(), OptionalLong max() and OptionalDouble max() | IntStream, LongStream and DoubleStream | The maximum element of the stream |
886
886
| OptionalInt min(), OptionalLong min() and OptionalDouble min() | IntStream, LongStream and DoubleStream | The minimum element of the stream |
887
887
| IntStream range(int a, int b) and LongStream range(long a, long b) | IntStream and LongStream | Returns a primitive stream from a (inclusive) to b (exclusive) |
0 commit comments