| Method and Description |
|---|
| com.annimon.stream.Collectors.averaging(Function<? super T, Double>)
As of release 1.1.3, replaced by
Collectors.averagingDouble(com.annimon.stream.function.ToDoubleFunction) |
| com.annimon.stream.ComparatorCompat.comparator()
As of release 1.1.7, it is unnecessary to call this method.
|
| com.annimon.stream.Stream.getIterator()
As of release 1.1.1, replaced by
Stream.iterator() |
Copyright © 2017. All rights reserved.