Returns a Collector
that produces the arithmetic mean of a double-valued function applied to the input elements.
Returns a Collector
that produces the arithmetic mean of an integer-valued function applied to the input elements.
Returns a Collector
that produces the arithmetic mean of a long-valued function applied to the input elements.
Adapts a Collector
to perform an additional finishing transformation.
Returns a Collector
accepting elements of type T
that counts the number of input elements.
Adapts a Collector
to one accepting elements of the same type T
by applying the predicate to each input element and only accumulating if the predicate returns true
.
Adapts a Collector
accepting elements of type U
to one accepting elements of type T
by applying a flat mapping function to each input element before accumulation.
Returns a Collector
implementing a "group by" operation on input elements of type T
, grouping elements according to a classification function, and returning the results in a Map
.
Returns a Collector
implementing a cascaded "group by" operation on input elements of type T
, grouping elements according to a classification function, and then performing a reduction operation on the values associated with a given key using the specified downstream Collector
.
Returns a Collector
implementing a cascaded "group by" operation on input elements of type T
, grouping elements according to a classification function, and then performing a reduction operation on the values associated with a given key using the specified downstream Collector
.
Returns a concurrent Collector
implementing a "group by" operation on input elements of type T
, grouping elements according to a classification function.
Returns a concurrent Collector
implementing a cascaded "group by" operation on input elements of type T
, grouping elements according to a classification function, and then performing a reduction operation on the values associated with a given key using the specified downstream Collector
.
Returns a concurrent Collector
implementing a cascaded "group by" operation on input elements of type T
, grouping elements according to a classification function, and then performing a reduction operation on the values associated with a given key using the specified downstream Collector
.
Returns a Collector
that concatenates the input elements into a String
, in encounter order.
Returns a Collector
that concatenates the input elements, separated by the specified delimiter, in encounter order.
Returns a Collector
that concatenates the input elements, separated by the specified delimiter, with the specified prefix and suffix, in encounter order.
Adapts a Collector
accepting elements of type U
to one accepting elements of type T
by applying a mapping function to each input element before accumulation.
Returns a Collector
that produces the maximal element according to a given Comparator
, described as an Optional<T>
.
Returns a Collector
that produces the minimal element according to a given Comparator
, described as an Optional<T>
.
Returns a Collector
which partitions the input elements according to a Predicate
, and organizes them into a Map<Boolean, List<T>>
.
Returns a Collector
which partitions the input elements according to a Predicate
, reduces the values in each partition according to another Collector
, and organizes them into a Map<Boolean, D>
whose values are the result of the downstream reduction.
Returns a Collector
which performs a reduction of its input elements under a specified BinaryOperator
.
Returns a Collector
which performs a reduction of its input elements under a specified BinaryOperator
using the provided identity.
Returns a Collector
which performs a reduction of its input elements under a specified mapping function and BinaryOperator
.
Returns a Collector
which applies an double
-producing mapping function to each input element, and returns summary statistics for the resulting values.
Returns a Collector
which applies an int
-producing mapping function to each input element, and returns summary statistics for the resulting values.
Returns a Collector
which applies an long
-producing mapping function to each input element, and returns summary statistics for the resulting values.
Returns a Collector
that produces the sum of a double-valued function applied to the input elements.
Returns a Collector
that produces the sum of an integer-valued function applied to the input elements.
Returns a Collector
that produces the sum of a long-valued function applied to the input elements.
Returns a Collector
that is a composite of two downstream collectors.
Returns a Collector
that accumulates the input elements into a new Collection
, in encounter order.
Returns a concurrent Collector
that accumulates elements into a ConcurrentMap
whose keys and values are the result of applying the provided mapping functions to the input elements.
Returns a concurrent Collector
that accumulates elements into a ConcurrentMap
whose keys and values are the result of applying the provided mapping functions to the input elements.
Returns a concurrent Collector
that accumulates elements into a ConcurrentMap
whose keys and values are the result of applying the provided mapping functions to the input elements.
Returns a Collector
that accumulates the input elements into a new List
.
Returns a Collector
that accumulates elements into a Map
whose keys and values are the result of applying the provided mapping functions to the input elements.
Returns a Collector
that accumulates elements into a Map
whose keys and values are the result of applying the provided mapping functions to the input elements.
Returns a Collector
that accumulates elements into a Map
whose keys and values are the result of applying the provided mapping functions to the input elements.
Returns a Collector
that accumulates the input elements into a new Set
.
Returns a
Collector
that accumulates the input elements into an
unmodifiable Listin encounter order.
Returns a
Collector
that accumulates the input elements into an
unmodifiable Map, whose keys and values are the result of applying the provided mapping functions to the input elements.
Returns a
Collector
that accumulates the input elements into an
unmodifiable Map, whose keys and values are the result of applying the provided mapping functions to the input elements.
Returns a
Collector
that accumulates the input elements into an
unmodifiable Set.
Methods declared in class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4