Index

A B C D E F G H I J K L M N O P R S T U V W Z 
All Classes and Interfaces|All Packages

A

AbstractStreamEx<T,S> - Class in one.util.streamex
Base class providing common functionality for StreamEx and EntryStream.
accumulator() - Method in interface one.util.streamex.DoubleCollector
A function that folds a value into a mutable result container.
accumulator() - Method in interface one.util.streamex.IntCollector
A function that folds a value into a mutable result container.
accumulator() - Method in class one.util.streamex.Joining
 
accumulator() - Method in interface one.util.streamex.LongCollector
A function that folds a value into a mutable result container.
allMatch(BiPredicate) - Method in class one.util.streamex.EntryStream
Returns whether all elements of this stream match the provided predicate.
allMatch(DoublePredicate) - Method in class one.util.streamex.DoubleStreamEx
 
allMatch(IntPredicate) - Method in class one.util.streamex.IntStreamEx
 
allMatch(LongPredicate) - Method in class one.util.streamex.LongStreamEx
 
allMatch(Predicate) - Method in class one.util.streamex.AbstractStreamEx
 
andingInt(ToIntFunction) - Static method in class one.util.streamex.MoreCollectors
Returns a Collector which performs the bitwise-and operation of a integer-valued function applied to the input elements.
andingLong(ToLongFunction) - Static method in class one.util.streamex.MoreCollectors
Returns a Collector which performs the bitwise-and operation of a long-valued function applied to the input elements.
andThen(Function) - Method in interface one.util.streamex.DoubleCollector
Adapts this collector to perform an additional finishing transformation.
andThen(Function) - Method in interface one.util.streamex.IntCollector
Adapts this collector to perform an additional finishing transformation.
andThen(Function) - Method in interface one.util.streamex.LongCollector
Adapts this collector to perform an additional finishing transformation.
anyMatch(BiPredicate) - Method in class one.util.streamex.EntryStream
Returns whether any elements of this stream match the provided predicate.
anyMatch(DoublePredicate) - Method in class one.util.streamex.DoubleStreamEx
 
anyMatch(IntPredicate) - Method in class one.util.streamex.IntStreamEx
 
anyMatch(LongPredicate) - Method in class one.util.streamex.LongStreamEx
 
anyMatch(Predicate) - Method in class one.util.streamex.AbstractStreamEx
 
append(double...) - Method in class one.util.streamex.DoubleStreamEx
Returns a new DoubleStreamEx which is a concatenation of this stream and the stream containing supplied values
append(int...) - Method in class one.util.streamex.IntStreamEx
Returns a new IntStreamEx which is a concatenation of this stream and the stream containing supplied values
append(long...) - Method in class one.util.streamex.LongStreamEx
Returns a new LongStreamEx which is a concatenation of this stream and the stream containing supplied values
append(Collection) - Method in class one.util.streamex.StreamEx
Returns a new StreamEx which is a concatenation of this stream and the stream created from supplied collection.
append(Map) - Method in class one.util.streamex.EntryStream
Returns a new EntryStream which is a concatenation of this stream and the stream created from the supplied map entries.
append(DoubleStream) - Method in class one.util.streamex.DoubleStreamEx
Creates a lazily concatenated stream whose elements are all the elements of this stream followed by all the elements of the other stream.
append(IntStream) - Method in class one.util.streamex.IntStreamEx
Creates a lazily concatenated stream whose elements are all the elements of this stream followed by all the elements of the other stream.
append(LongStream) - Method in class one.util.streamex.LongStreamEx
Creates a lazily concatenated stream whose elements are all the elements of this stream followed by all the elements of the other stream.
append(Stream) - Method in class one.util.streamex.AbstractStreamEx
Creates a lazily concatenated stream whose elements are all the elements of this stream followed by all the elements of the other stream.
append(K, V) - Method in class one.util.streamex.EntryStream
Returns a new EntryStream which is a concatenation of this stream and the supplied key-value pair.
append(K, V, K, V) - Method in class one.util.streamex.EntryStream
Returns a new EntryStream which is a concatenation of this stream and two supplied key-value pairs.
append(K, V, K, V, K, V) - Method in class one.util.streamex.EntryStream
Returns a new EntryStream which is a concatenation of this stream and three supplied key-value pairs.
append(T) - Method in class one.util.streamex.StreamEx
Returns a new StreamEx which is a concatenation of this stream and the supplied value.
append(T...) - Method in class one.util.streamex.StreamEx
Returns a new StreamEx which is a concatenation of this stream and the supplied values.
asByteInputStream() - Method in class one.util.streamex.IntStreamEx
Returns an InputStream lazily populated from the current IntStreamEx.
asDoubleStream() - Method in class one.util.streamex.IntStreamEx
 
asDoubleStream() - Method in class one.util.streamex.LongStreamEx
 
asLongStream() - Method in class one.util.streamex.IntStreamEx
 
Associativity - Section in package one.util.streamex
 
atLeast(double) - Method in class one.util.streamex.DoubleStreamEx
Returns a stream consisting of the elements of this stream that greater than or equal to the specified value.
atLeast(int) - Method in class one.util.streamex.IntStreamEx
Returns a stream consisting of the elements of this stream that greater than or equal to the specified value.
atLeast(long) - Method in class one.util.streamex.LongStreamEx
Returns a stream consisting of the elements of this stream that greater than or equal to the specified value.
atMost(double) - Method in class one.util.streamex.DoubleStreamEx
Returns a stream consisting of the elements of this stream that less than or equal to the specified value.
atMost(int) - Method in class one.util.streamex.IntStreamEx
Returns a stream consisting of the elements of this stream that less than or equal to the specified value.
atMost(long) - Method in class one.util.streamex.LongStreamEx
Returns a stream consisting of the elements of this stream that less than or equal to the specified value.
average() - Method in class one.util.streamex.DoubleStreamEx
 
average() - Method in class one.util.streamex.IntStreamEx
 
average() - Method in class one.util.streamex.LongStreamEx
 
averaging() - Static method in interface one.util.streamex.DoubleCollector
Returns a DoubleCollector that produces the arithmetic mean of the input elements or an empty optional if no elements are collected.
averaging() - Static method in interface one.util.streamex.IntCollector
Returns an IntCollector that produces the arithmetic mean of the input elements or an empty optional if no elements are collected.
averaging() - Static method in interface one.util.streamex.LongCollector
Returns a LongCollector that produces the arithmetic mean of the input elements or an empty optional if no elements are collected.

B

boxed() - Method in class one.util.streamex.DoubleStreamEx
 
boxed() - Method in class one.util.streamex.IntStreamEx
 
boxed() - Method in class one.util.streamex.LongStreamEx
 

C

cartesianPower(int, Collection) - Static method in class one.util.streamex.StreamEx
Returns a new StreamEx which elements are List objects containing all possible n-tuples of the elements of supplied collection.
cartesianPower(int, Collection, U, BiFunction) - Static method in class one.util.streamex.StreamEx
Returns a new StreamEx which elements are results of reduction of all possible n-tuples composed of the elements of supplied collections.
cartesianProduct(Collection) - Static method in class one.util.streamex.StreamEx
Returns a new StreamEx which elements are List objects containing all possible tuples of the elements of supplied collection of collections.
cartesianProduct(Collection, U, BiFunction) - Static method in class one.util.streamex.StreamEx
Returns a new StreamEx which elements are results of reduction of all possible tuples composed of the elements of supplied collection of collections.
chain(Function) - Method in class one.util.streamex.DoubleStreamEx
 
chain(Function) - Method in class one.util.streamex.IntStreamEx
 
chain(Function) - Method in class one.util.streamex.LongStreamEx
 
chain(Function) - Method in class one.util.streamex.AbstractStreamEx
 
characteristics() - Method in class one.util.streamex.Joining
 
charsToString() - Method in class one.util.streamex.IntStreamEx
Returns a String consisting of chars from this stream.
close() - Method in class one.util.streamex.AbstractStreamEx
 
close() - Method in class one.util.streamex.DoubleStreamEx
 
close() - Method in class one.util.streamex.EntryStream
 
close() - Method in class one.util.streamex.IntStreamEx
 
close() - Method in class one.util.streamex.LongStreamEx
 
close() - Method in class one.util.streamex.StreamEx
 
codePointsToString() - Method in class one.util.streamex.IntStreamEx
Returns a String consisting of code points from this stream.
collapse(BiPredicate) - Method in class one.util.streamex.StreamEx
Returns a stream consisting of elements of this stream where every series of elements matched the predicate is replaced with first element from the series.
collapse(BiPredicate, BinaryOperator) - Method in class one.util.streamex.StreamEx
Merge series of adjacent elements which satisfy the given predicate using the merger function and return a new stream.
collapse(BiPredicate, Collector) - Method in class one.util.streamex.StreamEx
Perform a partial mutable reduction using the supplied Collector on a series of adjacent elements.
collapseKeys() - Method in class one.util.streamex.EntryStream
Merge series of adjacent stream entries with equal keys grouping the corresponding values into List.
collapseKeys(BinaryOperator) - Method in class one.util.streamex.EntryStream
Merge series of adjacent stream entries with equal keys combining the corresponding values using the provided function.
collapseKeys(Collector) - Method in class one.util.streamex.EntryStream
Merge series of adjacent stream entries with equal keys combining the corresponding values using the provided Collector.
collect(Supplier, BiConsumer, BiConsumer) - Method in class one.util.streamex.AbstractStreamEx
 
collect(Supplier, ObjDoubleConsumer, BiConsumer) - Method in class one.util.streamex.DoubleStreamEx
collect(Supplier, ObjIntConsumer, BiConsumer) - Method in class one.util.streamex.IntStreamEx
collect(Supplier, ObjLongConsumer, BiConsumer) - Method in class one.util.streamex.LongStreamEx
collect(Collector) - Method in class one.util.streamex.AbstractStreamEx
collect(DoubleCollector) - Method in class one.util.streamex.DoubleStreamEx
Performs a mutable reduction operation on the elements of this stream using an DoubleCollector which encapsulates the supplier, accumulator and merger functions making easier to reuse collection strategies.
collect(IntCollector) - Method in class one.util.streamex.IntStreamEx
Performs a mutable reduction operation on the elements of this stream using an IntCollector which encapsulates the supplier, accumulator and merger functions making easier to reuse collection strategies.
collect(LongCollector) - Method in class one.util.streamex.LongStreamEx
Performs a mutable reduction operation on the elements of this stream using an LongCollector which encapsulates the supplier, accumulator and merger functions making easier to reuse collection strategies.
collectingAndThen(Collector, Function) - Static method in class one.util.streamex.MoreCollectors
Adapts a Collector to perform an additional finishing transformation.
combiner() - Method in class one.util.streamex.Joining
 
combiner() - Method in interface one.util.streamex.DoubleCollector
A function that accepts two partial results and combines them returning either existing partial result or new one.
combiner() - Method in interface one.util.streamex.IntCollector
A function that accepts two partial results and combines them returning either existing partial result or new one.
combiner() - Method in interface one.util.streamex.LongCollector
A function that accepts two partial results and combines them returning either existing partial result or new one.
commonPrefix() - Static method in class one.util.streamex.MoreCollectors
Returns a Collector which computes a common prefix of input CharSequence objects returning the result as String.
commonSuffix() - Static method in class one.util.streamex.MoreCollectors
Returns a Collector which computes a common suffix of input CharSequence objects returning the result as String.
constant(double, long) - Static method in class one.util.streamex.DoubleStreamEx
Returns a sequential unordered DoubleStreamEx of given length which elements are equal to supplied value.
constant(int, long) - Static method in class one.util.streamex.IntStreamEx
Returns a sequential unordered IntStreamEx of given length which elements are equal to supplied value.
constant(long, long) - Static method in class one.util.streamex.LongStreamEx
Returns a sequential unordered LongStreamEx of given length which elements are equal to supplied value.
constant(T, long) - Static method in class one.util.streamex.StreamEx
Returns a sequential unordered StreamEx of given length which elements are equal to supplied value.
count() - Method in class one.util.streamex.AbstractStreamEx
 
count() - Method in class one.util.streamex.DoubleStreamEx
 
count() - Method in class one.util.streamex.IntStreamEx
 
count() - Method in class one.util.streamex.LongStreamEx
 
count(DoublePredicate) - Method in class one.util.streamex.DoubleStreamEx
Counts the number of elements in the stream that satisfy the predicate.
count(IntPredicate) - Method in class one.util.streamex.IntStreamEx
Counts the number of elements in the stream that satisfy the predicate.
count(LongPredicate) - Method in class one.util.streamex.LongStreamEx
Counts the number of elements in the stream that satisfy the predicate.
count(Predicate) - Method in class one.util.streamex.AbstractStreamEx
Counts the number of elements in the stream that satisfy the predicate.
counting() - Static method in interface one.util.streamex.DoubleCollector
Returns a DoubleCollector that counts the number of input elements and returns the result as Long.
counting() - Static method in interface one.util.streamex.IntCollector
Returns an IntCollector that counts the number of input elements and returns the result as Long.
counting() - Static method in interface one.util.streamex.LongCollector
Returns a LongCollector that counts the number of input elements and returns the result as Long.
countingInt() - Static method in interface one.util.streamex.DoubleCollector
Returns an DoubleCollector that counts the number of input elements and returns the result as Integer.
countingInt() - Static method in interface one.util.streamex.IntCollector
Returns an IntCollector that counts the number of input elements and returns the result as Integer.
countingInt() - Static method in interface one.util.streamex.LongCollector
Returns an LongCollector that counts the number of input elements and returns the result as Integer.
countingInt() - Static method in class one.util.streamex.MoreCollectors
Returns a Collector accepting elements of type T that counts the number of input elements and returns result as Integer .
cross(Collection) - Method in class one.util.streamex.StreamEx
Performs a cross product of current stream with specified Collection of elements.
cross(Function) - Method in class one.util.streamex.StreamEx
Creates a new EntryStream whose keys are elements of current stream and corresponding values are supplied by given function.
cross(V...) - Method in class one.util.streamex.StreamEx
Performs a cross product of current stream with specified array of elements.
cutAfterDelimiter() - Method in class one.util.streamex.Joining
Returns a Collector which behaves like this collector, but cuts the resulting string after the delimiter when limit is reached.
cutAnywhere() - Method in class one.util.streamex.Joining
Returns a Collector which behaves like this collector, but cuts the resulting string at any point when limit is reached.
cutAtCodePoint() - Method in class one.util.streamex.Joining
Returns a Collector which behaves like this collector, but cuts the resulting string between any code points when limit is reached.
cutAtGrapheme() - Method in class one.util.streamex.Joining
Returns a Collector which behaves like this collector, but cuts the resulting string at grapheme cluster boundary when limit is reached.
cutAtWord() - Method in class one.util.streamex.Joining
Returns a Collector which behaves like this collector, but cuts the resulting string at word boundary when limit is reached.
cutBeforeDelimiter() - Method in class one.util.streamex.Joining
Returns a Collector which behaves like this collector, but cuts the resulting string before the delimiter when limit is reached.

D

distinct() - Method in class one.util.streamex.AbstractStreamEx
 
distinct() - Method in class one.util.streamex.DoubleStreamEx
 
distinct() - Method in class one.util.streamex.IntStreamEx
 
distinct() - Method in class one.util.streamex.LongStreamEx
 
distinct(long) - Method in class one.util.streamex.AbstractStreamEx
Returns a StreamEx consisting of the distinct elements (according to Object.equals(Object)) which appear at least specified number of times in this stream.
distinct(Function) - Method in class one.util.streamex.AbstractStreamEx
Returns a stream consisting of the distinct elements of this stream (according to object equality of the results of applying the given function).
distinctBy(Function) - Static method in class one.util.streamex.MoreCollectors
Returns a Collector which collects into the List the input elements for which given mapper function returns distinct results.
distinctCount(Function) - Static method in class one.util.streamex.MoreCollectors
Returns a Collector which counts a number of distinct values the mapper function returns for the stream elements.
distinctKeys() - Method in class one.util.streamex.EntryStream
Returns a stream consisting of the elements of this stream which have distinct keys (according to object equality).
distinctValues() - Method in class one.util.streamex.EntryStream
Returns a stream consisting of the elements of this stream which have distinct values (according to object equality).
dominators(BiPredicate) - Static method in class one.util.streamex.MoreCollectors
Returns a collector which collects input elements into List removing the elements following their dominator element.
doubleAccumulator() - Method in interface one.util.streamex.DoubleCollector
A function that folds a value into a mutable result container.
DoubleCollector<A,R> - Interface in one.util.streamex
A Collector specialized to work with primitive double.
DoubleStreamEx - Class in one.util.streamex
A DoubleStream implementation with additional functionality
DoubleStreamEx.DoubleEmitter - Interface in one.util.streamex
A helper interface to build a new stream by emitting elements and creating new emitters in a chain.
dropWhile(DoublePredicate) - Method in class one.util.streamex.DoubleStreamEx
Returns a stream consisting of all elements from this stream starting from the first element which does not match the given predicate.
dropWhile(IntPredicate) - Method in class one.util.streamex.IntStreamEx
Returns a stream consisting of all elements from this stream starting from the first element which does not match the given predicate.
dropWhile(LongPredicate) - Method in class one.util.streamex.LongStreamEx
Returns a stream consisting of all elements from this stream starting from the first element which does not match the given predicate.
dropWhile(Predicate) - Method in class one.util.streamex.AbstractStreamEx
Returns a stream consisting of all elements from this stream starting from the first element which does not match the given predicate.

E

elements(double[]) - Method in class one.util.streamex.IntStreamEx
Returns a DoubleStreamEx consisting of the elements of given array corresponding to the indices which appear in this stream.
elements(int[]) - Method in class one.util.streamex.IntStreamEx
Returns an IntStreamEx consisting of the elements of given array corresponding to the indices which appear in this stream.
elements(long[]) - Method in class one.util.streamex.IntStreamEx
Returns a LongStreamEx consisting of the elements of given array corresponding to the indices which appear in this stream.
elements(List) - Method in class one.util.streamex.IntStreamEx
Returns an object-valued StreamEx consisting of the elements of given List corresponding to the indices which appear in this stream.
elements(U[]) - Method in class one.util.streamex.IntStreamEx
Returns an object-valued StreamEx consisting of the elements of given array corresponding to the indices which appear in this stream.
ellipsis(CharSequence) - Method in class one.util.streamex.Joining
Returns a Collector which behaves like this collector, but uses the specified ellipsis CharSequence instead of default "..." when the string limit (if specified) is reached.
empty() - Static method in class one.util.streamex.DoubleStreamEx
Returns an empty sequential DoubleStreamEx.
empty() - Static method in class one.util.streamex.EntryStream
Returns an empty sequential EntryStream.
empty() - Static method in class one.util.streamex.IntStreamEx
Returns an empty sequential IntStreamEx.
empty() - Static method in class one.util.streamex.LongStreamEx
Returns an empty sequential LongStreamEx.
empty() - Static method in class one.util.streamex.StreamEx
Returns an empty sequential StreamEx.
entriesToCustomMap(BinaryOperator, Supplier) - Static method in class one.util.streamex.MoreCollectors
Returns a Collector that accumulates elements into a result Map defined by mapSupplier function whose keys and values are taken from Map.Entry and combining them using the provided combiner function to the input elements.
entriesToCustomMap(Supplier) - Static method in class one.util.streamex.MoreCollectors
Returns a Collector that accumulates elements into a result Map defined by mapSupplier function whose keys and values are taken from Map.Entry.
entriesToMap() - Static method in class one.util.streamex.MoreCollectors
Returns a Collector that accumulates elements into a Map whose keys and values are taken from Map.Entry.
entriesToMap(BinaryOperator) - Static method in class one.util.streamex.MoreCollectors
Returns a Collector that accumulates elements into a Map whose keys and values are taken from Map.Entry and combining them using the provided combiner function to the input elements.
EntryStream<K,V> - Class in one.util.streamex
A Stream of Map.Entry objects which provides additional specific functionality.

F

filter(DoublePredicate) - Method in class one.util.streamex.DoubleStreamEx
 
filter(IntPredicate) - Method in class one.util.streamex.IntStreamEx
 
filter(LongPredicate) - Method in class one.util.streamex.LongStreamEx
 
filter(Predicate) - Method in class one.util.streamex.AbstractStreamEx
 
filterBy(Function, K) - Method in class one.util.streamex.StreamEx
Returns a stream consisting of the elements of this stream for which the supplied mapper function returns the given value.
filtering(Predicate) - Static method in class one.util.streamex.MoreCollectors
Returns a Collector which filters input elements by the supplied predicate, collecting them to the list.
filtering(Predicate, Collector) - Static method in class one.util.streamex.MoreCollectors
Returns a Collector which passes only those elements to the specified downstream collector which match given predicate.
filterKeys(Predicate) - Method in class one.util.streamex.EntryStream
Returns a stream consisting of the elements of this stream which keys match the given predicate.
filterKeyValue(BiPredicate) - Method in class one.util.streamex.EntryStream
Returns a stream consisting of the elements of this stream which elements match the given predicate.
filterValues(Predicate) - Method in class one.util.streamex.EntryStream
Returns a stream consisting of the elements of this stream which values match the given predicate.
findAny() - Method in class one.util.streamex.AbstractStreamEx
 
findAny() - Method in class one.util.streamex.DoubleStreamEx
 
findAny() - Method in class one.util.streamex.IntStreamEx
 
findAny() - Method in class one.util.streamex.LongStreamEx
 
findAny(DoublePredicate) - Method in class one.util.streamex.DoubleStreamEx
Returns an OptionalDouble describing some element of the stream, which matches given predicate, or an empty OptionalDouble if there's no matching element.
findAny(IntPredicate) - Method in class one.util.streamex.IntStreamEx
Returns an OptionalInt describing some element of the stream, which matches given predicate, or an empty OptionalInt if there's no matching element.
findAny(LongPredicate) - Method in class one.util.streamex.LongStreamEx
Returns an OptionalLong describing some element of the stream, which matches given predicate, or an empty OptionalLong if there's no matching element.
findAny(Predicate) - Method in class one.util.streamex.AbstractStreamEx
Returns an Optional describing some element of the stream, which matches given predicate, or an empty Optional if there's no matching element.
findFirst() - Method in class one.util.streamex.AbstractStreamEx
 
findFirst() - Method in class one.util.streamex.DoubleStreamEx
 
findFirst() - Method in class one.util.streamex.IntStreamEx
 
findFirst() - Method in class one.util.streamex.LongStreamEx
 
findFirst(DoublePredicate) - Method in class one.util.streamex.DoubleStreamEx
Returns an OptionalDouble describing the first element of this stream, which matches given predicate, or an empty OptionalDouble if there's no matching element.
findFirst(IntPredicate) - Method in class one.util.streamex.IntStreamEx
Returns an OptionalInt describing the first element of this stream, which matches given predicate, or an empty OptionalInt if there's no matching element.
findFirst(LongPredicate) - Method in class one.util.streamex.LongStreamEx
Returns an OptionalLong describing the first element of this stream, which matches given predicate, or an empty OptionalLong if there's no matching element.
findFirst(Predicate) - Method in class one.util.streamex.AbstractStreamEx
Returns an Optional describing the first element of this stream, which matches given predicate, or an empty Optional if there's no matching element.
finisher() - Method in class one.util.streamex.Joining
 
first() - Static method in class one.util.streamex.MoreCollectors
Returns a Collector which collects only the first stream element if any.
flatArray(Function) - Method in class one.util.streamex.AbstractStreamEx
Returns a stream consisting of the results of replacing each element of this stream with the contents of a mapped array produced by applying the provided mapping function to each element.
flatCollection(Function) - Method in class one.util.streamex.AbstractStreamEx
Returns a stream consisting of the results of replacing each element of this stream with the contents of a mapped collection produced by applying the provided mapping function to each element.
flatMap(DoubleFunction) - Method in class one.util.streamex.DoubleStreamEx
 
flatMap(Function) - Method in class one.util.streamex.AbstractStreamEx
 
flatMap(IntFunction) - Method in class one.util.streamex.IntStreamEx
 
flatMap(LongFunction) - Method in class one.util.streamex.LongStreamEx
 
flatMapKeys(Function) - Method in class one.util.streamex.EntryStream
Returns an EntryStream consisting of the entries whose keys are results of replacing source keys with the contents of a mapped stream produced by applying the provided mapping function to each source key and values are left intact.
flatMapKeyValue(BiFunction) - Method in class one.util.streamex.EntryStream
Returns a stream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each key-value pair.
flatMapping(Function) - Static method in class one.util.streamex.MoreCollectors
Returns a collector which launches a flat mapping function for each input element and collects the elements of the resulting streams to the flat List.
flatMapping(Function, Collector) - Static method in class one.util.streamex.MoreCollectors
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.
flatMapToDouble(Function) - Method in class one.util.streamex.AbstractStreamEx
 
flatMapToDouble(IntFunction) - Method in class one.util.streamex.IntStreamEx
Returns a DoubleStreamEx consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
flatMapToDouble(LongFunction) - Method in class one.util.streamex.LongStreamEx
Returns a DoubleStreamEx consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
flatMapToEntry(Function) - Method in class one.util.streamex.StreamEx
Creates a new EntryStream populated from entries of maps produced by supplied mapper function which is applied to the every element of this stream.
flatMapToInt(DoubleFunction) - Method in class one.util.streamex.DoubleStreamEx
Returns an IntStreamEx consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
flatMapToInt(Function) - Method in class one.util.streamex.AbstractStreamEx
 
flatMapToInt(LongFunction) - Method in class one.util.streamex.LongStreamEx
Returns an IntStreamEx consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
flatMapToKey(BiFunction) - Method in class one.util.streamex.EntryStream
Returns an EntryStream consisting of the entries whose keys are results of replacing source keys with the contents of a mapped stream produced by applying the provided mapping function and values are left intact.
flatMapToLong(DoubleFunction) - Method in class one.util.streamex.DoubleStreamEx
Returns a LongStreamEx consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
flatMapToLong(Function) - Method in class one.util.streamex.AbstractStreamEx
 
flatMapToLong(IntFunction) - Method in class one.util.streamex.IntStreamEx
Returns a LongStreamEx consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
flatMapToObj(DoubleFunction) - Method in class one.util.streamex.DoubleStreamEx
Returns a StreamEx consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
flatMapToObj(IntFunction) - Method in class one.util.streamex.IntStreamEx
Returns a StreamEx consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
flatMapToObj(LongFunction) - Method in class one.util.streamex.LongStreamEx
Returns a StreamEx consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
flatMapToValue(BiFunction) - Method in class one.util.streamex.EntryStream
Returns an EntryStream consisting of the entries whose values are results of replacing source values with the contents of a mapped stream produced by applying the provided mapping function and keys are left intact.
flatMapValues(Function) - Method in class one.util.streamex.EntryStream
Returns an EntryStream consisting of the entries whose values are results of replacing source values with the contents of a mapped stream produced by applying the provided mapping function to each source value and keys are left intact.
foldLeft(double, DoubleBinaryOperator) - Method in class one.util.streamex.DoubleStreamEx
Folds the elements of this stream using the provided seed object and accumulation function, going left to right.
foldLeft(int, IntBinaryOperator) - Method in class one.util.streamex.IntStreamEx
Folds the elements of this stream using the provided seed object and accumulation function, going left to right.
foldLeft(long, LongBinaryOperator) - Method in class one.util.streamex.LongStreamEx
Folds the elements of this stream using the provided seed object and accumulation function, going left to right.
foldLeft(BinaryOperator) - Method in class one.util.streamex.AbstractStreamEx
Folds the elements of this stream using the provided accumulation function, going left to right.
foldLeft(DoubleBinaryOperator) - Method in class one.util.streamex.DoubleStreamEx
Folds the elements of this stream using the provided accumulation function, going left to right.
foldLeft(IntBinaryOperator) - Method in class one.util.streamex.IntStreamEx
Folds the elements of this stream using the provided accumulation function, going left to right.
foldLeft(LongBinaryOperator) - Method in class one.util.streamex.LongStreamEx
Folds the elements of this stream using the provided accumulation function, going left to right.
foldLeft(U, BiFunction) - Method in class one.util.streamex.AbstractStreamEx
Folds the elements of this stream using the provided seed object and accumulation function, going left to right.
foldRight(BinaryOperator) - Method in class one.util.streamex.AbstractStreamEx
Folds the elements of this stream using the provided accumulation function, going right to left.
foldRight(U, BiFunction) - Method in class one.util.streamex.AbstractStreamEx
Folds the elements of this stream using the provided seed object and accumulation function, going right to left.
forEach(Consumer) - Method in class one.util.streamex.AbstractStreamEx
 
forEach(DoubleConsumer) - Method in class one.util.streamex.DoubleStreamEx
 
forEach(IntConsumer) - Method in class one.util.streamex.IntStreamEx
 
forEach(LongConsumer) - Method in class one.util.streamex.LongStreamEx
 
forEachOrdered(Consumer) - Method in class one.util.streamex.AbstractStreamEx
 
forEachOrdered(DoubleConsumer) - Method in class one.util.streamex.DoubleStreamEx
 
forEachOrdered(IntConsumer) - Method in class one.util.streamex.IntStreamEx
 
forEachOrdered(LongConsumer) - Method in class one.util.streamex.LongStreamEx
 
forKeyValue(BiConsumer) - Method in class one.util.streamex.EntryStream
Performs an action for each key-value pair of this stream.
forPairs(BiConsumer) - Method in class one.util.streamex.StreamEx
Performs an action for each adjacent pair of elements of this stream.

G

generate(DoubleSupplier) - Static method in class one.util.streamex.DoubleStreamEx
Returns an infinite sequential unordered stream where each element is generated by the provided DoubleSupplier.
generate(IntSupplier) - Static method in class one.util.streamex.IntStreamEx
Returns an infinite sequential unordered stream where each element is generated by the provided IntSupplier.
generate(LongSupplier) - Static method in class one.util.streamex.LongStreamEx
Returns an infinite sequential unordered stream where each element is generated by the provided LongSupplier.
generate(Supplier, Supplier) - Static method in class one.util.streamex.EntryStream
Returns an infinite sequential unordered EntryStream where each entry key is generated by the provided keySupplier and each entry value is generated by the provided valueSupplier.
generate(Supplier) - Static method in class one.util.streamex.StreamEx
Returns an infinite sequential unordered StreamEx where each element is generated by the provided Supplier.
greater(double) - Method in class one.util.streamex.DoubleStreamEx
Returns a stream consisting of the elements of this stream that strictly greater than the specified value.
greater(int) - Method in class one.util.streamex.IntStreamEx
Returns a stream consisting of the elements of this stream that strictly greater than the specified value.
greater(long) - Method in class one.util.streamex.LongStreamEx
Returns a stream consisting of the elements of this stream that strictly greater than the specified value.
greatest(int) - Static method in class one.util.streamex.MoreCollectors
Returns a Collector which collects at most specified number of the greatest stream elements according to the natural order into the List.
greatest(Comparator, int) - Static method in class one.util.streamex.MoreCollectors
Returns a Collector which collects at most specified number of the greatest stream elements according to the specified Comparator into the List.
grouping() - Method in class one.util.streamex.EntryStream
Returns a Map where elements of this stream with the same key are grouped together.
grouping(Supplier) - Method in class one.util.streamex.EntryStream
Returns a Map where elements of this stream with the same key are grouped together.
grouping(Supplier, Collector) - Method in class one.util.streamex.EntryStream
Returns a Map where elements of this stream with the same key are grouped together.
grouping(Collector) - Method in class one.util.streamex.EntryStream
Returns a Map where elements of this stream with the same key are grouped together.
groupingBy(DoubleFunction) - Static method in interface one.util.streamex.DoubleCollector
Returns a DoubleCollector implementing a "group by" operation on input numbers, grouping them according to a classification function, and returning the results in a Map.
groupingBy(DoubleFunction, Supplier, DoubleCollector) - Static method in interface one.util.streamex.DoubleCollector
Returns a DoubleCollector implementing a cascaded "group by" operation on input numbers, grouping them according to a classification function, and then performing a reduction operation on the values associated with a given key using the specified downstream IntCollector.
groupingBy(DoubleFunction, DoubleCollector) - Static method in interface one.util.streamex.DoubleCollector
Returns a DoubleCollector implementing a cascaded "group by" operation on input numbers, grouping them according to a classification function, and then performing a reduction operation on the values associated with a given key using the specified downstream IntCollector.
groupingBy(Function) - Method in class one.util.streamex.StreamEx
Returns a Map whose keys are the values resulting from applying the classification function to the input elements, and whose corresponding values are Lists containing the input elements which map to the associated key under the classification function.
groupingBy(Function, Supplier, Collector) - Method in class one.util.streamex.StreamEx
Returns a Map whose keys are the values resulting from applying the classification function to the input elements, and whose corresponding values are the result of reduction of the input elements which map to the associated key under the classification function.
groupingBy(Function, Set, Supplier, Collector) - Static method in class one.util.streamex.MoreCollectors
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.
groupingBy(Function, Set, Collector) - Static method in class one.util.streamex.MoreCollectors
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.
groupingBy(Function, Collector) - Method in class one.util.streamex.StreamEx
Returns a Map whose keys are the values resulting from applying the classification function to the input elements, and whose corresponding values are the result of reduction of the input elements which map to the associated key under the classification function.
groupingBy(IntFunction) - Static method in interface one.util.streamex.IntCollector
Returns an IntCollector implementing a "group by" operation on input numbers, grouping them according to a classification function, and returning the results in a Map.
groupingBy(IntFunction, Supplier, IntCollector) - Static method in interface one.util.streamex.IntCollector
Returns an IntCollector implementing a cascaded "group by" operation on input numbers, grouping them according to a classification function, and then performing a reduction operation on the values associated with a given key using the specified downstream IntCollector.
groupingBy(IntFunction, IntCollector) - Static method in interface one.util.streamex.IntCollector
Returns an IntCollector implementing a cascaded "group by" operation on input numbers, grouping them according to a classification function, and then performing a reduction operation on the values associated with a given key using the specified downstream IntCollector.
groupingBy(LongFunction) - Static method in interface one.util.streamex.LongCollector
Returns a LongCollector implementing a "group by" operation on input numbers, grouping them according to a classification function, and returning the results in a Map.
groupingBy(LongFunction, Supplier, LongCollector) - Static method in interface one.util.streamex.LongCollector
Returns a LongCollector implementing a cascaded "group by" operation on input numbers, grouping them according to a classification function, and then performing a reduction operation on the values associated with a given key using the specified downstream IntCollector.
groupingBy(LongFunction, LongCollector) - Static method in interface one.util.streamex.LongCollector
Returns a LongCollector implementing a cascaded "group by" operation on input numbers, grouping them according to a classification function, and then performing a reduction operation on the values associated with a given key using the specified downstream IntCollector.
groupingByEnum(Class, Function, Collector) - Static method in class one.util.streamex.MoreCollectors
Returns a Collector implementing a cascaded "group by" operation on input elements of type T, for classification function which maps input elements to the enum values.
groupingTo(Function, Supplier) - Method in class one.util.streamex.StreamEx
Returns a Map whose keys are the values resulting from applying the classification function to the input elements, and whose corresponding values are the collections of the input elements which map to the associated key under the classification function.
groupingTo(Function, Supplier, Supplier) - Method in class one.util.streamex.StreamEx
Returns a Map whose keys are the values resulting from applying the classification function to the input elements, and whose corresponding values are the collections of the input elements which map to the associated key under the classification function.
groupingTo(Supplier) - Method in class one.util.streamex.EntryStream
Returns a Map where elements of this stream with the same key are grouped together.
groupingTo(Supplier, Supplier) - Method in class one.util.streamex.EntryStream
Returns a Map where elements of this stream with the same key are grouped together.
groupRuns(BiPredicate) - Method in class one.util.streamex.StreamEx
Returns a stream consisting of lists of elements of this stream where adjacent elements are grouped according to supplied predicate.

H

has(int) - Method in class one.util.streamex.IntStreamEx
Returns true if this stream contains the specified value.
has(long) - Method in class one.util.streamex.LongStreamEx
Returns true if this stream contains the specified value
has(T) - Method in class one.util.streamex.StreamEx
Returns true if this stream contains the specified value.
head(int) - Static method in class one.util.streamex.MoreCollectors
Returns a Collector which collects at most specified number of the first stream elements into the List.
headTail(BiFunction) - Method in class one.util.streamex.StreamEx
Creates a new Stream which is the result of applying of the mapper BiFunction to the first element of the current stream (head) and the stream containing the rest elements (tail).
headTail(BiFunction, Supplier) - Method in class one.util.streamex.StreamEx
Creates a new Stream which is the result of applying of the mapper BiFunction to the first element of the current stream (head) and the stream containing the rest elements (tail) or supplier if the current stream is empty.

I

ifAllMatch(Predicate, Collector) - Static method in class one.util.streamex.MoreCollectors
Returns a Collector which performs downstream reduction if all elements satisfy the Predicate.
ifEmpty(Stream) - Method in class one.util.streamex.AbstractStreamEx
Returns a stream whose content is the same as this stream, except the case when this stream is empty.
ifEmpty(T...) - Method in class one.util.streamex.StreamEx
Returns a stream whose content is the same as this stream, except the case when this stream is empty.
indexOf(int) - Method in class one.util.streamex.IntStreamEx
Returns an OptionalLong describing the zero-based index of the first element of this stream, which equals to the given value, or an empty OptionalLong if there's no matching element.
indexOf(long) - Method in class one.util.streamex.LongStreamEx
Returns an OptionalLong describing the zero-based index of the first element of this stream, which equals to the given value, or an empty OptionalLong if there's no matching element.
indexOf(DoublePredicate) - Method in class one.util.streamex.DoubleStreamEx
Returns an OptionalLong describing the zero-based index of the first element of this stream, which matches given predicate, or an empty OptionalLong if there's no matching element.
indexOf(IntPredicate) - Method in class one.util.streamex.IntStreamEx
Returns an OptionalLong describing the zero-based index of the first element of this stream, which matches given predicate, or an empty OptionalLong if there's no matching element.
indexOf(LongPredicate) - Method in class one.util.streamex.LongStreamEx
Returns an OptionalLong describing the zero-based index of the first element of this stream, which matches given predicate, or an empty OptionalLong if there's no matching element.
indexOf(Predicate) - Method in class one.util.streamex.AbstractStreamEx
Returns an OptionalLong describing the zero-based index of the first element of this stream, which matches given predicate, or an empty OptionalLong if there's no matching element.
indexOf(T) - Method in class one.util.streamex.AbstractStreamEx
Returns an OptionalLong describing the zero-based index of the first element of this stream, which equals to the given element, or an empty OptionalLong if there's no matching element.
intAccumulator() - Method in interface one.util.streamex.IntCollector
A function that folds a value into a mutable result container.
IntCollector<A,R> - Interface in one.util.streamex
A Collector specialized to work with primitive int.
intersecting() - Static method in class one.util.streamex.MoreCollectors
Returns a Collector which collects the intersection of the input collections into the newly-created Set.
intersperse(int) - Method in class one.util.streamex.DoubleStreamEx
Returns a new stream containing all the elements of the original stream interspersed with given delimiter.
intersperse(int) - Method in class one.util.streamex.IntStreamEx
Returns a new stream containing all the elements of the original stream interspersed with given delimiter.
intersperse(int) - Method in class one.util.streamex.LongStreamEx
Returns a new stream containing all the elements of the original stream interspersed with given delimiter.
intersperse(T) - Method in class one.util.streamex.AbstractStreamEx
Returns a new stream containing all the elements of the original stream interspersed with given delimiter.
intervalMap(BiPredicate, BiFunction) - Method in class one.util.streamex.StreamEx
Returns a stream consisting of results of applying the given function to the intervals created from the source elements.
into(C) - Method in class one.util.streamex.StreamEx
Drains the stream content into the supplied collection.
into(M) - Method in class one.util.streamex.EntryStream
Drains the stream content into the supplied Map.
ints() - Static method in class one.util.streamex.IntStreamEx
Returns a sequential ordered IntStreamEx from 0 (inclusive) to Integer.MAX_VALUE (exclusive) by an incremental step of 1 .
IntStreamEx - Class in one.util.streamex
An IntStream implementation with additional functionality
IntStreamEx.IntEmitter - Interface in one.util.streamex
A helper interface to build a new stream by emitting elements and creating new emitters in a chain.
invert() - Method in class one.util.streamex.EntryStream
Returns a stream consisting of the Map.Entry objects which keys are the values of this stream elements and vice versa.
isParallel() - Method in class one.util.streamex.AbstractStreamEx
 
isParallel() - Method in class one.util.streamex.DoubleStreamEx
 
isParallel() - Method in class one.util.streamex.EntryStream
 
isParallel() - Method in class one.util.streamex.IntStreamEx
 
isParallel() - Method in class one.util.streamex.LongStreamEx
 
isParallel() - Method in class one.util.streamex.StreamEx
 
iterate(double, DoublePredicate, DoubleUnaryOperator) - Static method in class one.util.streamex.DoubleStreamEx
Returns a sequential ordered DoubleStreamEx produced by iterative application of a function to an initial element, conditioned on satisfying the supplied predicate.
iterate(double, DoubleUnaryOperator) - Static method in class one.util.streamex.DoubleStreamEx
Returns an infinite sequential ordered DoubleStreamEx produced by iterative application of a function f to an initial element seed, producing a stream consisting of seed, f(seed), f(f(seed)), etc.
iterate(int, IntPredicate, IntUnaryOperator) - Static method in class one.util.streamex.IntStreamEx
Returns a sequential ordered IntStreamEx produced by iterative application of a function to an initial element, conditioned on satisfying the supplied predicate.
iterate(int, IntUnaryOperator) - Static method in class one.util.streamex.IntStreamEx
Returns an infinite sequential ordered IntStreamEx produced by iterative application of a function f to an initial element seed, producing a stream consisting of seed, f(seed), f(f(seed)), etc.
iterate(long, LongPredicate, LongUnaryOperator) - Static method in class one.util.streamex.LongStreamEx
Returns a sequential ordered LongStreamEx produced by iterative application of a function to an initial element, conditioned on satisfying the supplied predicate.
iterate(long, LongUnaryOperator) - Static method in class one.util.streamex.LongStreamEx
Returns an infinite sequential ordered LongStreamEx produced by iterative application of a function f to an initial element seed, producing a stream consisting of seed, f(seed), f(f(seed)), etc.
iterate(T, Predicate, UnaryOperator) - Static method in class one.util.streamex.StreamEx
Returns a sequential ordered StreamEx produced by iterative application of a function to an initial element, conditioned on satisfying the supplied predicate.
iterate(T, UnaryOperator) - Static method in class one.util.streamex.StreamEx
Returns an infinite sequential ordered StreamEx produced by iterative application of a function f to an initial element seed, producing a StreamEx consisting of seed, f(seed), f(f(seed)), etc.
iterator() - Method in class one.util.streamex.AbstractStreamEx
 
iterator() - Method in class one.util.streamex.DoubleStreamEx
 
iterator() - Method in class one.util.streamex.IntStreamEx
 
iterator() - Method in class one.util.streamex.LongStreamEx
 

J

join(CharSequence) - Method in class one.util.streamex.EntryStream
Returns a StreamEx of strings which are created joining the keys and values of the current stream using the specified delimiter.
join(CharSequence, CharSequence, CharSequence) - Method in class one.util.streamex.EntryStream
Returns a StreamEx of strings which are created joining the keys and values of the current stream using the specified delimiter, with the specified prefix and suffix.
joining() - Method in class one.util.streamex.StreamEx
Returns a String which is the concatenation of the results of calling String.valueOf(Object) on each element of this stream in encounter order.
joining(CharSequence) - Static method in interface one.util.streamex.DoubleCollector
Returns a DoubleCollector that converts the input numbers to strings and concatenates them, separated by the specified delimiter, in encounter order.
joining(CharSequence) - Method in class one.util.streamex.DoubleStreamEx
Returns a String which is the concatenation of the results of calling String.valueOf(double) on each element of this stream, separated by the specified delimiter, in encounter order.
joining(CharSequence) - Static method in interface one.util.streamex.IntCollector
Returns an IntCollector that converts the input numbers to strings and concatenates them, separated by the specified delimiter, in encounter order.
joining(CharSequence) - Method in class one.util.streamex.IntStreamEx
Returns a String which is the concatenation of the results of calling String.valueOf(int) on each element of this stream, separated by the specified delimiter, in encounter order.
joining(CharSequence) - Static method in interface one.util.streamex.LongCollector
Returns a LongCollector that converts the input numbers to strings and concatenates them, separated by the specified delimiter, in encounter order.
joining(CharSequence) - Method in class one.util.streamex.LongStreamEx
Returns a String which is the concatenation of the results of calling String.valueOf(long) on each element of this stream, separated by the specified delimiter, in encounter order.
joining(CharSequence) - Method in class one.util.streamex.StreamEx
Returns a String which is the concatenation of the results of calling String.valueOf(Object) on each element of this stream, separated by the specified delimiter, in encounter order.
joining(CharSequence, CharSequence, CharSequence) - Static method in interface one.util.streamex.DoubleCollector
Returns a DoubleCollector that converts the input numbers to strings and concatenates them, separated by the specified delimiter, with the specified prefix and suffix, in encounter order.
joining(CharSequence, CharSequence, CharSequence) - Method in class one.util.streamex.DoubleStreamEx
Returns a String which is the concatenation of the results of calling String.valueOf(double) on each element of this stream, separated by the specified delimiter, with the specified prefix and suffix in encounter order.
joining(CharSequence, CharSequence, CharSequence) - Static method in interface one.util.streamex.IntCollector
Returns an IntCollector that converts the input numbers to strings and concatenates them, separated by the specified delimiter, with the specified prefix and suffix, in encounter order.
joining(CharSequence, CharSequence, CharSequence) - Method in class one.util.streamex.IntStreamEx
Returns a String which is the concatenation of the results of calling String.valueOf(int) on each element of this stream, separated by the specified delimiter, with the specified prefix and suffix in encounter order.
joining(CharSequence, CharSequence, CharSequence) - Static method in interface one.util.streamex.LongCollector
Returns a LongCollector that converts the input numbers to strings and concatenates them, separated by the specified delimiter, with the specified prefix and suffix, in encounter order.
joining(CharSequence, CharSequence, CharSequence) - Method in class one.util.streamex.LongStreamEx
Returns a String which is the concatenation of the results of calling String.valueOf(long) on each element of this stream, separated by the specified delimiter, with the specified prefix and suffix in encounter order.
joining(CharSequence, CharSequence, CharSequence) - Method in class one.util.streamex.StreamEx
Returns a String which is the concatenation of the results of calling String.valueOf(Object) on each element of this stream, separated by the specified delimiter, with the specified prefix and suffix in encounter order.
Joining - Class in one.util.streamex
An advanced implementation of joining Collector.

K

keys() - Method in class one.util.streamex.EntryStream
Returns a stream consisting of the keys of this stream elements.

L

last() - Static method in class one.util.streamex.MoreCollectors
Returns a Collector which collects only the last stream element if any.
least(int) - Static method in class one.util.streamex.MoreCollectors
Returns a Collector which collects at most specified number of the least stream elements according to the natural order into the List.
least(Comparator, int) - Static method in class one.util.streamex.MoreCollectors
Returns a Collector which collects at most specified number of the least stream elements according to the specified Comparator into the List.
less(double) - Method in class one.util.streamex.DoubleStreamEx
Returns a stream consisting of the elements of this stream that strictly less than the specified value.
less(int) - Method in class one.util.streamex.IntStreamEx
Returns a stream consisting of the elements of this stream that strictly less than the specified value.
less(long) - Method in class one.util.streamex.LongStreamEx
Returns a stream consisting of the elements of this stream that strictly less than the specified value.
limit(long) - Method in class one.util.streamex.AbstractStreamEx
 
limit(long) - Method in class one.util.streamex.DoubleStreamEx
 
limit(long) - Method in class one.util.streamex.IntStreamEx
 
limit(long) - Method in class one.util.streamex.LongStreamEx
 
longAccumulator() - Method in interface one.util.streamex.LongCollector
A function that folds a value into a mutable result container.
LongCollector<A,R> - Interface in one.util.streamex
A Collector specialized to work with primitive long.
longs() - Static method in class one.util.streamex.LongStreamEx
Returns a sequential ordered LongStreamEx from 0 (inclusive) to Long.MAX_VALUE (exclusive) by an incremental step of 1.
LongStreamEx - Class in one.util.streamex
A LongStream implementation with additional functionality
LongStreamEx.LongEmitter - Interface in one.util.streamex
A helper interface to build a new stream by emitting elements and creating new emitters in a chain.

M

map(DoubleUnaryOperator) - Method in class one.util.streamex.DoubleStreamEx
 
map(Function) - Method in class one.util.streamex.AbstractStreamEx
 
map(IntUnaryOperator) - Method in class one.util.streamex.IntStreamEx
 
map(LongUnaryOperator) - Method in class one.util.streamex.LongStreamEx
 
mapFirst(DoubleUnaryOperator) - Method in class one.util.streamex.DoubleStreamEx
Returns a stream where the first element is the replaced with the result of applying the given function while the other elements are left intact.
mapFirst(Function) - Method in class one.util.streamex.StreamEx
Returns a stream where the first element is the replaced with the result of applying the given function while the other elements are left intact.
mapFirst(IntUnaryOperator) - Method in class one.util.streamex.IntStreamEx
Returns a stream where the first element is the replaced with the result of applying the given function while the other elements are left intact.
mapFirst(LongUnaryOperator) - Method in class one.util.streamex.LongStreamEx
Returns a stream where the first element is the replaced with the result of applying the given function while the other elements are left intact.
mapFirstOrElse(Function, Function) - Method in class one.util.streamex.StreamEx
Returns a stream where the first element is transformed using firstMapper function and other elements are transformed using notFirstMapper function.
mapKeys(Function) - Method in class one.util.streamex.EntryStream
Returns an EntryStream consisting of the entries whose keys are modified by applying the given function and values are left unchanged.
mapKeyValue(BiFunction) - Method in class one.util.streamex.EntryStream
Returns a StreamEx consisting of the results of applying the given function to the keys and values of this stream.
mapKeyValuePartial(BiFunction) - Method in class one.util.streamex.EntryStream
Performs a mapping of the stream keys and values to a partial function removing the elements to which the function is not applicable.
mapLast(DoubleUnaryOperator) - Method in class one.util.streamex.DoubleStreamEx
Returns a stream where the last element is the replaced with the result of applying the given function while the other elements are left intact.
mapLast(Function) - Method in class one.util.streamex.StreamEx
Returns a stream where the last element is the replaced with the result of applying the given function while the other elements are left intact.
mapLast(IntUnaryOperator) - Method in class one.util.streamex.IntStreamEx
Returns a stream where the last element is the replaced with the result of applying the given function while the other elements are left intact.
mapLast(LongUnaryOperator) - Method in class one.util.streamex.LongStreamEx
Returns a stream where the last element is the replaced with the result of applying the given function while the other elements are left intact.
mapLastOrElse(Function, Function) - Method in class one.util.streamex.StreamEx
Returns a stream where the last element is transformed using lastMapper function and other elements are transformed using notLastMapper function.
mapMulti(BiConsumer) - Method in class one.util.streamex.AbstractStreamEx
Returns a stream where every element of this stream is replaced by elements produced by a mapper function.
mapMultiToDouble(BiConsumer) - Method in class one.util.streamex.AbstractStreamEx
Returns a DoubleStreamEx where every element of this stream is replaced by elements produced by a mapper function.
mapMultiToInt(BiConsumer) - Method in class one.util.streamex.AbstractStreamEx
Returns an IntStreamEx where every element of this stream is replaced by elements produced by a mapper function.
mapMultiToLong(BiConsumer) - Method in class one.util.streamex.AbstractStreamEx
Returns a LongStreamEx where every element of this stream is replaced by elements produced by a mapper function.
mapPartial(Function) - Method in class one.util.streamex.AbstractStreamEx
Performs a mapping of the stream content to a partial function removing the elements to which the function is not applicable.
mapping(DoubleUnaryOperator, DoubleCollector) - Static method in interface one.util.streamex.DoubleCollector
Adapts a DoubleCollector to another one by applying a mapping function to each input element before accumulation.
mapping(Function) - Static method in class one.util.streamex.MoreCollectors
Returns a collector which collects input elements to the new List transforming them with the supplied function beforehand.
mapping(Function, Collector) - Static method in class one.util.streamex.MoreCollectors
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.
mapping(IntUnaryOperator, IntCollector) - Static method in interface one.util.streamex.IntCollector
Adapts an IntCollector to another one by applying a mapping function to each input element before accumulation.
mapping(LongUnaryOperator, LongCollector) - Static method in interface one.util.streamex.LongCollector
Adapts a LongCollector to another one by applying a mapping function to each input element before accumulation.
mappingToObj(DoubleFunction, Collector) - Static method in interface one.util.streamex.DoubleCollector
Adapts a Collector accepting elements of type U to a DoubleCollector by applying a mapping function to each input element before accumulation.
mappingToObj(IntFunction, Collector) - Static method in interface one.util.streamex.IntCollector
Adapts a Collector accepting elements of type U to an IntCollector by applying a mapping function to each input element before accumulation.
mappingToObj(LongFunction, Collector) - Static method in interface one.util.streamex.LongCollector
Adapts a Collector accepting elements of type U to a LongCollector by applying a mapping function to each input element before accumulation.
mapToDouble(IntToDoubleFunction) - Method in class one.util.streamex.IntStreamEx
 
mapToDouble(LongToDoubleFunction) - Method in class one.util.streamex.LongStreamEx
 
mapToDouble(ToDoubleFunction) - Method in class one.util.streamex.AbstractStreamEx
 
mapToEntry(DoubleFunction, DoubleFunction) - Method in class one.util.streamex.DoubleStreamEx
Returns an EntryStream consisting of the Map.Entry objects which keys and values are results of applying the given functions to the elements of this stream.
mapToEntry(Function, Function) - Method in class one.util.streamex.StreamEx
Returns an EntryStream consisting of the Map.Entry objects which keys and values are results of applying the given functions to the elements of this stream.
mapToEntry(Function) - Method in class one.util.streamex.StreamEx
Returns an EntryStream consisting of the Map.Entry objects which keys are elements of this stream and values are results of applying the given function to the elements of this stream.
mapToEntry(IntFunction, IntFunction) - Method in class one.util.streamex.IntStreamEx
Returns an EntryStream consisting of the Map.Entry objects which keys and values are results of applying the given functions to the elements of this stream.
mapToEntry(LongFunction, LongFunction) - Method in class one.util.streamex.LongStreamEx
Returns an EntryStream consisting of the Map.Entry objects which keys and values are results of applying the given functions to the elements of this stream.
mapToInt(DoubleToIntFunction) - Method in class one.util.streamex.DoubleStreamEx
 
mapToInt(LongToIntFunction) - Method in class one.util.streamex.LongStreamEx
 
mapToInt(ToIntFunction) - Method in class one.util.streamex.AbstractStreamEx
 
mapToKey(BiFunction) - Method in class one.util.streamex.EntryStream
Returns an EntryStream consisting of the entries whose keys are modified by applying the given function and values are left unchanged.
mapToKeyPartial(BiFunction) - Method in class one.util.streamex.EntryStream
Performs a mapping of the stream content to a partial function removing the entries to which the function is not applicable.
mapToLong(DoubleToLongFunction) - Method in class one.util.streamex.DoubleStreamEx
 
mapToLong(IntToLongFunction) - Method in class one.util.streamex.IntStreamEx
 
mapToLong(ToLongFunction) - Method in class one.util.streamex.AbstractStreamEx
 
mapToObj(DoubleFunction) - Method in class one.util.streamex.DoubleStreamEx
 
mapToObj(IntFunction) - Method in class one.util.streamex.IntStreamEx
 
mapToObj(LongFunction) - Method in class one.util.streamex.LongStreamEx
 
mapToValue(BiFunction) - Method in class one.util.streamex.EntryStream
Returns an EntryStream consisting of the entries whose keys are left unchanged and values are modified by applying the given function.
mapToValuePartial(BiFunction) - Method in class one.util.streamex.EntryStream
Performs a mapping of the stream content to a partial function removing the entries to which the function is not applicable.
mapValues(Function) - Method in class one.util.streamex.EntryStream
Returns an EntryStream consisting of the entries whose keys are left unchanged and values are modified by applying the given function.
max() - Static method in interface one.util.streamex.DoubleCollector
Returns a DoubleCollector that produces the maximal element, described as an OptionalDouble.
max() - Method in class one.util.streamex.DoubleStreamEx
 
max() - Static method in interface one.util.streamex.IntCollector
Returns an IntCollector that produces the maximal element, described as an OptionalInt.
max() - Method in class one.util.streamex.IntStreamEx
 
max() - Static method in interface one.util.streamex.LongCollector
Returns a LongCollector that produces the maximal element, described as an OptionalLong.
max() - Method in class one.util.streamex.LongStreamEx
 
max(Comparator) - Method in class one.util.streamex.AbstractStreamEx
 
max(Comparator) - Method in class one.util.streamex.DoubleStreamEx
Returns the maximum element of this stream according to the provided Comparator.
max(Comparator) - Method in class one.util.streamex.IntStreamEx
Returns the maximum element of this stream according to the provided Comparator.
max(Comparator) - Method in class one.util.streamex.LongStreamEx
Returns the maximum element of this stream according to the provided Comparator.
maxAll() - Static method in class one.util.streamex.MoreCollectors
Returns a Collector which finds all the elements which are equal to each other and bigger than any other element according to the natural order.
maxAll(Comparator) - Static method in class one.util.streamex.MoreCollectors
Returns a Collector which finds all the elements which are equal to each other and bigger than any other element according to the specified Comparator.
maxAll(Comparator, Collector) - Static method in class one.util.streamex.MoreCollectors
Returns a Collector which finds all the elements which are equal to each other and bigger than any other element according to the specified Comparator.
maxAll(Collector) - Static method in class one.util.streamex.MoreCollectors
Returns a Collector which finds all the elements which are equal to each other and bigger than any other element according to the natural order.
maxBy(DoubleFunction) - Method in class one.util.streamex.DoubleStreamEx
Returns the maximum element of this stream according to the provided key extractor function.
maxBy(Function) - Method in class one.util.streamex.AbstractStreamEx
Returns the maximum element of this stream according to the natural order of the keys extracted by provided function.
maxBy(IntFunction) - Method in class one.util.streamex.IntStreamEx
Returns the maximum element of this stream according to the provided key extractor function.
maxBy(LongFunction) - Method in class one.util.streamex.LongStreamEx
Returns the maximum element of this stream according to the provided key extractor function.
maxByDouble(DoubleUnaryOperator) - Method in class one.util.streamex.DoubleStreamEx
Returns the maximum element of this stream according to the provided key extractor function.
maxByDouble(IntToDoubleFunction) - Method in class one.util.streamex.IntStreamEx
Returns the maximum element of this stream according to the provided key extractor function.
maxByDouble(LongToDoubleFunction) - Method in class one.util.streamex.LongStreamEx
Returns the maximum element of this stream according to the provided key extractor function.
maxByDouble(ToDoubleFunction) - Method in class one.util.streamex.AbstractStreamEx
Returns the maximum element of this stream according to the double values extracted by provided function.
maxByInt(DoubleToIntFunction) - Method in class one.util.streamex.DoubleStreamEx
Returns the maximum element of this stream according to the provided key extractor function.
maxByInt(IntUnaryOperator) - Method in class one.util.streamex.IntStreamEx
Returns the maximum element of this stream according to the provided key extractor function.
maxByInt(LongToIntFunction) - Method in class one.util.streamex.LongStreamEx
Returns the maximum element of this stream according to the provided key extractor function.
maxByInt(ToIntFunction) - Method in class one.util.streamex.AbstractStreamEx
Returns the maximum element of this stream according to the int values extracted by provided function.
maxByLong(DoubleToLongFunction) - Method in class one.util.streamex.DoubleStreamEx
Returns the maximum element of this stream according to the provided key extractor function.
maxByLong(IntToLongFunction) - Method in class one.util.streamex.IntStreamEx
Returns the maximum element of this stream according to the provided key extractor function.
maxByLong(LongUnaryOperator) - Method in class one.util.streamex.LongStreamEx
Returns the maximum element of this stream according to the provided key extractor function.
maxByLong(ToLongFunction) - Method in class one.util.streamex.AbstractStreamEx
Returns the maximum element of this stream according to the long values extracted by provided function.
maxChars(int) - Method in class one.util.streamex.Joining
Returns a Collector which behaves like this collector, but sets the maximal length of the resulting string to the specified number of UTF-16 characters (or Unicode code units).
maxCodePoints(int) - Method in class one.util.streamex.Joining
Returns a Collector which behaves like this collector, but sets the maximal number of Unicode code points of the resulting string.
maxElements(int) - Method in class one.util.streamex.Joining
Returns a Collector which behaves like this collector, but sets the maximal number of elements to join.
maxGraphemes(int) - Method in class one.util.streamex.Joining
Returns a Collector which behaves like this collector, but sets the maximal number of grapheme clusters.
maxIndex() - Static method in class one.util.streamex.MoreCollectors
Returns a Collector which finds the index of the maximal stream element according to the elements natural order.
maxIndex(Comparator) - Static method in class one.util.streamex.MoreCollectors
Returns a Collector which finds the index of the maximal stream element according to the specified Comparator.
merger() - Method in interface one.util.streamex.DoubleCollector
A function that merges the second partial result into the first partial result.
merger() - Method in interface one.util.streamex.IntCollector
A function that merges the second partial result into the first partial result.
merger() - Method in interface one.util.streamex.LongCollector
A function that merges the second partial result into the first partial result.
min() - Static method in interface one.util.streamex.DoubleCollector
Returns a DoubleCollector that produces the minimal element, described as an OptionalDouble.
min() - Method in class one.util.streamex.DoubleStreamEx
 
min() - Static method in interface one.util.streamex.IntCollector
Returns an IntCollector that produces the minimal element, described as an OptionalInt.
min() - Method in class one.util.streamex.IntStreamEx
 
min() - Static method in interface one.util.streamex.LongCollector
Returns a LongCollector that produces the minimal element, described as an OptionalLong.
min() - Method in class one.util.streamex.LongStreamEx
 
min(Comparator) - Method in class one.util.streamex.AbstractStreamEx
 
min(Comparator) - Method in class one.util.streamex.DoubleStreamEx
Returns the minimum element of this stream according to the provided Comparator.
min(Comparator) - Method in class one.util.streamex.IntStreamEx
Returns the minimum element of this stream according to the provided Comparator.
min(Comparator) - Method in class one.util.streamex.LongStreamEx
Returns the minimum element of this stream according to the provided Comparator.
minAll() - Static method in class one.util.streamex.MoreCollectors
Returns a Collector which finds all the elements which are equal to each other and smaller than any other element according to the natural order.
minAll(Comparator) - Static method in class one.util.streamex.MoreCollectors
Returns a Collector which finds all the elements which are equal to each other and smaller than any other element according to the specified Comparator.
minAll(Comparator, Collector) - Static method in class one.util.streamex.MoreCollectors
Returns a Collector which finds all the elements which are equal to each other and smaller than any other element according to the specified Comparator.
minAll(Collector) - Static method in class one.util.streamex.MoreCollectors
Returns a Collector which finds all the elements which are equal to each other and smaller than any other element according to the natural order.
minBy(DoubleFunction) - Method in class one.util.streamex.DoubleStreamEx
Returns the minimum element of this stream according to the provided key extractor function.
minBy(Function) - Method in class one.util.streamex.AbstractStreamEx
Returns the minimum element of this stream according to the natural order of the keys extracted by provided function.
minBy(IntFunction) - Method in class one.util.streamex.IntStreamEx
Returns the minimum element of this stream according to the provided key extractor function.
minBy(LongFunction) - Method in class one.util.streamex.LongStreamEx
Returns the minimum element of this stream according to the provided key extractor function.
minByDouble(DoubleUnaryOperator) - Method in class one.util.streamex.DoubleStreamEx
Returns the minimum element of this stream according to the provided key extractor function.
minByDouble(IntToDoubleFunction) - Method in class one.util.streamex.IntStreamEx
Returns the minimum element of this stream according to the provided key extractor function.
minByDouble(LongToDoubleFunction) - Method in class one.util.streamex.LongStreamEx
Returns the minimum element of this stream according to the provided key extractor function.
minByDouble(ToDoubleFunction) - Method in class one.util.streamex.AbstractStreamEx
Returns the minimum element of this stream according to the double values extracted by provided function.
minByInt(DoubleToIntFunction) - Method in class one.util.streamex.DoubleStreamEx
Returns the minimum element of this stream according to the provided key extractor function.
minByInt(IntUnaryOperator) - Method in class one.util.streamex.IntStreamEx
Returns the minimum element of this stream according to the provided key extractor function.
minByInt(LongToIntFunction) - Method in class one.util.streamex.LongStreamEx
Returns the minimum element of this stream according to the provided key extractor function.
minByInt(ToIntFunction) - Method in class one.util.streamex.AbstractStreamEx
Returns the minimum element of this stream according to the int values extracted by provided function.
minByLong(DoubleToLongFunction) - Method in class one.util.streamex.DoubleStreamEx
Returns the minimum element of this stream according to the provided key extractor function.
minByLong(IntToLongFunction) - Method in class one.util.streamex.IntStreamEx
Returns the minimum element of this stream according to the provided key extractor function.
minByLong(LongUnaryOperator) - Method in class one.util.streamex.LongStreamEx
Returns the minimum element of this stream according to the provided key extractor function.
minByLong(ToLongFunction) - Method in class one.util.streamex.AbstractStreamEx
Returns the minimum element of this stream according to the long values extracted by provided function.
minIndex() - Static method in class one.util.streamex.MoreCollectors
Returns a Collector which finds the index of the minimal stream element according to the elements natural order.
minIndex(Comparator) - Static method in class one.util.streamex.MoreCollectors
Returns a Collector which finds the index of the minimal stream element according to the specified Comparator.
minMax(Comparator, BiFunction) - Static method in class one.util.streamex.MoreCollectors
Returns a Collector which finds the minimal and maximal element according to the supplied comparator, then applies finisher function to them producing the final result.
MoreCollectors - Class in one.util.streamex
Implementations of several collectors in addition to ones available in JDK.
Mutable reduction - Section in package one.util.streamex
 

N

next(Consumer) - Method in interface one.util.streamex.StreamEx.Emitter
Calls the supplied consumer zero or more times to emit some elements, then returns the next emitter which will emit more, or null if nothing more to emit.
next(DoubleConsumer) - Method in interface one.util.streamex.DoubleStreamEx.DoubleEmitter
Calls the supplied consumer zero or more times to emit some elements, then returns the next emitter which will emit more, or null if nothing more to emit.
next(IntConsumer) - Method in interface one.util.streamex.IntStreamEx.IntEmitter
Calls the supplied consumer zero or more times to emit some elements, then returns the next emitter which will emit more, or null if nothing more to emit.
next(LongConsumer) - Method in interface one.util.streamex.LongStreamEx.LongEmitter
Calls the supplied consumer zero or more times to emit some elements, then returns the next emitter which will emit more, or null if nothing more to emit.
noneMatch(BiPredicate) - Method in class one.util.streamex.EntryStream
Returns whether no elements of this stream match the provided predicate.
noneMatch(DoublePredicate) - Method in class one.util.streamex.DoubleStreamEx
 
noneMatch(IntPredicate) - Method in class one.util.streamex.IntStreamEx
 
noneMatch(LongPredicate) - Method in class one.util.streamex.LongStreamEx
 
noneMatch(Predicate) - Method in class one.util.streamex.AbstractStreamEx
 
Non-interference - Section in package one.util.streamex
 
nonNull() - Method in class one.util.streamex.AbstractStreamEx
Returns a stream consisting of the elements of this stream that aren't null.
nonNull() - Method in class one.util.streamex.StreamEx
 
nonNullKeys() - Method in class one.util.streamex.EntryStream
Returns a stream consisting of the elements of this stream which key is not null.
nonNullValues() - Method in class one.util.streamex.EntryStream
Returns a stream consisting of the elements of this stream which value is not null.

O

of(byte...) - Static method in class one.util.streamex.IntStreamEx
Returns a sequential ordered IntStreamEx whose elements are the specified values casted to int.
of(byte[], int, int) - Static method in class one.util.streamex.IntStreamEx
Returns a sequential IntStreamEx with the specified range of the specified array as its source.
of(char...) - Static method in class one.util.streamex.IntStreamEx
Returns a sequential ordered IntStreamEx whose elements are the specified values casted to int.
of(char[], int, int) - Static method in class one.util.streamex.IntStreamEx
Returns a sequential IntStreamEx with the specified range of the specified array as its source.
of(double) - Static method in class one.util.streamex.DoubleStreamEx
Returns a sequential DoubleStreamEx containing a single element.
of(double...) - Static method in class one.util.streamex.DoubleStreamEx
Returns a sequential ordered DoubleStreamEx whose elements are the specified values.
of(double[], int, int) - Static method in class one.util.streamex.DoubleStreamEx
Returns a sequential DoubleStreamEx with the specified range of the specified array as its source.
of(float...) - Static method in class one.util.streamex.DoubleStreamEx
Returns a sequential ordered DoubleStreamEx whose elements are the specified float values casted to double.
of(float[], int, int) - Static method in class one.util.streamex.DoubleStreamEx
Returns a sequential DoubleStreamEx with the specified range of the specified array as its source.
of(int) - Static method in class one.util.streamex.IntStreamEx
Returns a sequential IntStreamEx containing a single element.
of(int...) - Static method in class one.util.streamex.IntStreamEx
Returns a sequential ordered IntStreamEx whose elements are the specified values.
of(int[], int, int) - Static method in class one.util.streamex.IntStreamEx
Returns a sequential IntStreamEx with the specified range of the specified array as its source.
of(long) - Static method in class one.util.streamex.LongStreamEx
Returns a sequential LongStreamEx containing a single element.
of(long...) - Static method in class one.util.streamex.LongStreamEx
Returns a sequential ordered LongStreamEx whose elements are the specified values.
of(long[], int, int) - Static method in class one.util.streamex.LongStreamEx
Returns a sequential LongStreamEx with the specified range of the specified array as its source.
of(short...) - Static method in class one.util.streamex.IntStreamEx
Returns a sequential ordered IntStreamEx whose elements are the specified values casted to int.
of(short[], int, int) - Static method in class one.util.streamex.IntStreamEx
Returns a sequential IntStreamEx with the specified range of the specified array as its source.
of(InputStream) - Static method in class one.util.streamex.IntStreamEx
Returns a sequential ordered IntStreamEx backed by the content of given InputStream.
of(Double[]) - Static method in class one.util.streamex.DoubleStreamEx
Returns a sequential ordered DoubleStreamEx whose elements are the unboxed elements of supplied array.
of(Integer[]) - Static method in class one.util.streamex.IntStreamEx
Returns a sequential ordered IntStreamEx whose elements are the unboxed elements of supplied array.
of(Long[]) - Static method in class one.util.streamex.LongStreamEx
Returns a sequential ordered LongStreamEx whose elements are the unboxed elements of supplied array.
of(DoubleBuffer) - Static method in class one.util.streamex.DoubleStreamEx
Returns a sequential ordered DoubleStreamEx whose elements are the values in the supplied DoubleBuffer.
of(IntBuffer) - Static method in class one.util.streamex.IntStreamEx
Returns a sequential ordered IntStreamEx whose elements are the values in the supplied IntBuffer.
of(LongBuffer) - Static method in class one.util.streamex.LongStreamEx
Returns a sequential ordered LongStreamEx whose elements are the values in the supplied LongBuffer.
of(BitSet) - Static method in class one.util.streamex.IntStreamEx
Returns an IntStreamEx of indices for which the specified BitSet contains a bit in the set state.
of(Collection) - Static method in class one.util.streamex.StreamEx
Returns a sequential StreamEx with given collection as its source.
of(Collection) - Static method in class one.util.streamex.DoubleStreamEx
Returns a sequential ordered DoubleStreamEx whose elements are the unboxed elements of supplied collection.
of(Collection) - Static method in class one.util.streamex.IntStreamEx
Returns a sequential ordered IntStreamEx whose elements are the unboxed elements of supplied collection.
of(Collection) - Static method in class one.util.streamex.LongStreamEx
Returns a sequential ordered LongStreamEx whose elements are the unboxed elements of supplied collection.
of(Enumeration) - Static method in class one.util.streamex.StreamEx
Returns a sequential, ordered StreamEx created from given Enumeration.
of(Supplier, ObjDoubleConsumer, BiConsumer, Function) - Static method in interface one.util.streamex.DoubleCollector
Returns a new DoubleCollector described by the given supplier, accumulator, merger, and finisher functions.
of(Supplier, ObjIntConsumer, BiConsumer, Function) - Static method in interface one.util.streamex.IntCollector
Returns a new IntCollector described by the given supplier, accumulator, merger, and finisher functions.
of(Supplier, ObjLongConsumer, BiConsumer, Function) - Static method in interface one.util.streamex.LongCollector
Returns a new LongCollector described by the given supplier, accumulator, merger, and finisher functions.
of(Supplier, ObjDoubleConsumer, BiConsumer) - Static method in interface one.util.streamex.DoubleCollector
Returns a new DoubleCollector described by the given supplier, accumulator, and merger functions.
of(Supplier, ObjIntConsumer, BiConsumer) - Static method in interface one.util.streamex.IntCollector
Returns a new IntCollector described by the given supplier, accumulator, and merger functions.
of(Supplier, ObjLongConsumer, BiConsumer) - Static method in interface one.util.streamex.LongCollector
Returns a new LongCollector described by the given supplier, accumulator, and merger functions.
of(Iterator) - Static method in class one.util.streamex.EntryStream
Returns a sequential, ordered EntryStream created from given Iterator.
of(Iterator) - Static method in class one.util.streamex.StreamEx
Returns a sequential, ordered StreamEx created from given Iterator.
of(List) - Static method in class one.util.streamex.EntryStream
Returns an EntryStream object whose keys are indices of given list and the values are the corresponding list elements.
of(Map) - Static method in class one.util.streamex.EntryStream
Returns an EntryStream object which contains the entries of supplied Map.
of(Optional) - Static method in class one.util.streamex.StreamEx
Returns a sequential StreamEx containing an Optional value, if present, otherwise returns an empty StreamEx.
of(OptionalDouble) - Static method in class one.util.streamex.DoubleStreamEx
Returns a sequential DoubleStreamEx containing an OptionalDouble value, if present, otherwise returns an empty DoubleStreamEx.
of(OptionalInt) - Static method in class one.util.streamex.IntStreamEx
Returns a sequential IntStreamEx containing an OptionalInt value, if present, otherwise returns an empty IntStreamEx.
of(OptionalLong) - Static method in class one.util.streamex.LongStreamEx
Returns a sequential LongStreamEx containing an OptionalLong value, if present, otherwise returns an empty LongStreamEx.
of(PrimitiveIterator.OfDouble) - Static method in class one.util.streamex.DoubleStreamEx
Returns a sequential, ordered DoubleStreamEx created from given PrimitiveIterator.OfDouble.
of(PrimitiveIterator.OfInt) - Static method in class one.util.streamex.IntStreamEx
Returns a sequential, ordered IntStreamEx created from given PrimitiveIterator.OfInt.
of(PrimitiveIterator.OfLong) - Static method in class one.util.streamex.LongStreamEx
Returns a sequential, ordered LongStreamEx created from given PrimitiveIterator.OfLong.
of(Random) - Static method in class one.util.streamex.DoubleStreamEx
Returns an effectively unlimited stream of pseudorandom double values, each between zero (inclusive) and one (exclusive) produced by given Random object.
of(Random) - Static method in class one.util.streamex.IntStreamEx
Returns an effectively unlimited stream of pseudorandom int values produced by given Random object.
of(Random) - Static method in class one.util.streamex.LongStreamEx
Returns an effectively unlimited stream of pseudorandom long values produced by given Random object.
of(Random, double, double) - Static method in class one.util.streamex.DoubleStreamEx
Returns an effectively unlimited stream of pseudorandom double values, each conforming to the given origin (inclusive) and bound (exclusive) produced by given Random object.
of(Random, int, int) - Static method in class one.util.streamex.IntStreamEx
Returns an effectively unlimited stream of pseudorandom int values, each conforming to the given origin (inclusive) and bound (exclusive).
of(Random, long) - Static method in class one.util.streamex.DoubleStreamEx
Returns a stream producing the given streamSize number of pseudorandom double values, each between zero (inclusive) and one (exclusive) produced by given Random object.
of(Random, long) - Static method in class one.util.streamex.IntStreamEx
Returns a stream producing the given streamSize number of pseudorandom int values.
of(Random, long) - Static method in class one.util.streamex.LongStreamEx
Returns a stream producing the given streamSize number of pseudorandom long values.
of(Random, long, double, double) - Static method in class one.util.streamex.DoubleStreamEx
Returns a stream producing the given streamSize number of pseudorandom double values, each conforming to the given origin (inclusive) and bound (exclusive) produced by given Random object.
of(Random, long, int, int) - Static method in class one.util.streamex.IntStreamEx
Returns a stream producing the given streamSize number of pseudorandom int values, each conforming to the given origin (inclusive) and bound (exclusive).
of(Random, long, long) - Static method in class one.util.streamex.LongStreamEx
Returns an effectively unlimited stream of pseudorandom long values, each conforming to the given origin (inclusive) and bound (exclusive).
of(Random, long, long, long) - Static method in class one.util.streamex.LongStreamEx
Returns a stream producing the given streamSize number of pseudorandom long values, each conforming to the given origin (inclusive) and bound (exclusive).
of(Spliterator.OfDouble) - Static method in class one.util.streamex.DoubleStreamEx
Returns a sequential DoubleStreamEx created from given Spliterator.OfDouble.
of(Spliterator.OfInt) - Static method in class one.util.streamex.IntStreamEx
Returns a sequential IntStreamEx created from given Spliterator.OfInt.
of(Spliterator.OfLong) - Static method in class one.util.streamex.LongStreamEx
Returns a sequential LongStreamEx created from given Spliterator.OfLong.
of(Spliterator) - Static method in class one.util.streamex.EntryStream
Returns a sequential EntryStream created from given Spliterator.
of(Spliterator) - Static method in class one.util.streamex.StreamEx
Returns a sequential StreamEx created from given Spliterator.
of(Collector) - Static method in interface one.util.streamex.DoubleCollector
Adapts a Collector which accepts elements of type Double to a DoubleCollector.
of(Collector) - Static method in interface one.util.streamex.IntCollector
Adapts a Collector which accepts elements of type Integer to an IntCollector.
of(Collector) - Static method in interface one.util.streamex.LongCollector
Adapts a Collector which accepts elements of type Long to a LongCollector.
of(DoubleStream) - Static method in class one.util.streamex.DoubleStreamEx
Returns a DoubleStreamEx object which wraps given DoubleStream.
of(IntStream) - Static method in class one.util.streamex.IntStreamEx
Returns an IntStreamEx object which wraps given IntStream .
of(LongStream) - Static method in class one.util.streamex.LongStreamEx
Returns a LongStreamEx object which wraps given LongStream.
of(Stream) - Static method in class one.util.streamex.EntryStream
Returns an EntryStream object which wraps given Stream of Map.Entry elements
of(Stream) - Static method in class one.util.streamex.StreamEx
Returns an StreamEx object which wraps given Stream.
of(K, V) - Static method in class one.util.streamex.EntryStream
Returns a sequential EntryStream containing a single key-value pair
of(K, V, K, V) - Static method in class one.util.streamex.EntryStream
Returns a sequential EntryStream containing two key-value pairs
of(K, V, K, V, K, V) - Static method in class one.util.streamex.EntryStream
Returns a sequential EntryStream containing three key-value pairs
of(K, V, K, V, K, V, K, V) - Static method in class one.util.streamex.EntryStream
Returns a sequential EntryStream containing four key-value pairs
of(K, V, K, V, K, V, K, V, K, V) - Static method in class one.util.streamex.EntryStream
Returns a sequential EntryStream containing five key-value pairs
of(K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class one.util.streamex.EntryStream
Returns a sequential EntryStream containing six key-value pairs
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class one.util.streamex.EntryStream
Returns a sequential EntryStream containing seven key-value pairs
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class one.util.streamex.EntryStream
Returns a sequential EntryStream containing eight key-value pairs
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class one.util.streamex.EntryStream
Returns a sequential EntryStream containing nine key-value pairs
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class one.util.streamex.EntryStream
Returns a sequential EntryStream containing ten key-value pairs
of(T) - Static method in class one.util.streamex.StreamEx
Returns a sequential StreamEx containing a single element.
of(T...) - Static method in class one.util.streamex.StreamEx
Returns a sequential ordered StreamEx whose elements are the specified values.
of(T[], int, int) - Static method in class one.util.streamex.StreamEx
Returns a sequential StreamEx with the specified range of the specified array as its source.
of(V[]) - Static method in class one.util.streamex.EntryStream
Returns an EntryStream object whose keys are indices of given array and the values are the corresponding array elements.
ofChars(CharSequence) - Static method in class one.util.streamex.IntStreamEx
Returns an IntStreamEx of int zero-extending the char values from the supplied CharSequence.
ofCodePoints(CharSequence) - Static method in class one.util.streamex.IntStreamEx
Returns an IntStreamEx of code point values from the supplied CharSequence.
ofCombinations(int, int) - Static method in class one.util.streamex.StreamEx
Returns a new StreamEx of int[] arrays containing all the possible combinations of length k consisting of numbers from 0 to n-1 in lexicographic order.
ofIndices(double[]) - Static method in class one.util.streamex.IntStreamEx
Returns a sequential ordered IntStreamEx containing all the indices of supplied array.
ofIndices(double[], DoublePredicate) - Static method in class one.util.streamex.IntStreamEx
Returns a sequential ordered IntStreamEx containing all the indices of the supplied array elements which match given predicate.
ofIndices(int[]) - Static method in class one.util.streamex.IntStreamEx
Returns a sequential ordered IntStreamEx containing all the indices of supplied array.
ofIndices(int[], IntPredicate) - Static method in class one.util.streamex.IntStreamEx
Returns a sequential ordered IntStreamEx containing all the indices of the supplied array elements which match given predicate.
ofIndices(long[]) - Static method in class one.util.streamex.IntStreamEx
Returns a sequential ordered IntStreamEx containing all the indices of supplied array.
ofIndices(long[], LongPredicate) - Static method in class one.util.streamex.IntStreamEx
Returns a sequential ordered IntStreamEx containing all the indices of the supplied array elements which match given predicate.
ofIndices(List) - Static method in class one.util.streamex.IntStreamEx
Returns a sequential ordered IntStreamEx containing all the indices of the supplied list.
ofIndices(List, Predicate) - Static method in class one.util.streamex.IntStreamEx
Returns a sequential ordered IntStreamEx containing all the indices of the supplied list elements which match given predicate.
ofIndices(T[]) - Static method in class one.util.streamex.IntStreamEx
Returns a sequential ordered IntStreamEx containing all the indices of the supplied array.
ofIndices(T[], Predicate) - Static method in class one.util.streamex.IntStreamEx
Returns a sequential ordered IntStreamEx containing all the indices of the supplied array elements which match given predicate.
ofKeys(Map) - Static method in class one.util.streamex.StreamEx
Returns a sequential StreamEx with keySet of given Map as its source.
ofKeys(Map, Predicate) - Static method in class one.util.streamex.StreamEx
Returns a sequential StreamEx of given Map keys which corresponding values match the supplied filter.
ofLines(BufferedReader) - Static method in class one.util.streamex.StreamEx
Returns a StreamEx, the elements of which are lines read from the supplied BufferedReader.
ofLines(Reader) - Static method in class one.util.streamex.StreamEx
Returns a StreamEx, the elements of which are lines read from the supplied Reader.
ofLines(Path) - Static method in class one.util.streamex.StreamEx
Read all lines from a file as a StreamEx.
ofLines(Path, Charset) - Static method in class one.util.streamex.StreamEx
Read all lines from a file as a StreamEx.
ofNullable(T) - Static method in class one.util.streamex.StreamEx
Returns a sequential StreamEx containing a single element, if non-null, otherwise returns an empty StreamEx.
ofPairs(List) - Static method in class one.util.streamex.EntryStream
Returns a sequential ordered EntryStream containing the possible pairs of elements taken from the provided list.
ofPairs(List, BiFunction) - Static method in class one.util.streamex.StreamEx
Returns a sequential ordered StreamEx containing the results of applying the given mapper function to the all possible pairs of elements taken from the provided list.
ofPairs(T[]) - Static method in class one.util.streamex.EntryStream
Returns a sequential ordered EntryStream containing the possible pairs of elements taken from the provided array.
ofPairs(U[], BiFunction) - Static method in class one.util.streamex.StreamEx
Returns a sequential ordered StreamEx containing the results of applying the given mapper function to the all possible pairs of elements taken from the provided array.
ofPermutations(int) - Static method in class one.util.streamex.StreamEx
Returns a new StreamEx of int[] arrays containing all the possible permutations of numbers from 0 to length-1 in lexicographic order.
ofReversed(List) - Static method in class one.util.streamex.StreamEx
Returns a sequential StreamEx which elements are elements of given list in descending order.
ofReversed(T[]) - Static method in class one.util.streamex.StreamEx
Returns a sequential StreamEx which elements are elements of given array in descending order.
ofSubLists(List, int) - Static method in class one.util.streamex.StreamEx
Returns a new StreamEx which consists of non-overlapping sublists of given source list having the specified length (the last sublist may be shorter).
ofSubLists(List, int, int) - Static method in class one.util.streamex.StreamEx
Returns a new StreamEx which consists of possibly-overlapping sublists of given source list having the specified length with given shift value.
ofTree(T, Class, BiFunction) - Static method in class one.util.streamex.EntryStream
Return a new EntryStream containing all the nodes of tree-like data structure in entry values along with the corresponding tree depths in entry keys, in depth-first order.
ofTree(T, Class, Function) - Static method in class one.util.streamex.StreamEx
Return a new StreamEx containing all the nodes of tree-like data structure in depth-first order.
ofTree(T, BiFunction) - Static method in class one.util.streamex.EntryStream
Return a new EntryStream containing all the nodes of tree-like data structure in entry values along with the corresponding tree depths in entry keys, in depth-first order.
ofTree(T, Function) - Static method in class one.util.streamex.StreamEx
Return a new StreamEx containing all the nodes of tree-like data structure in depth-first order.
ofValues(Map) - Static method in class one.util.streamex.StreamEx
Returns a sequential StreamEx with values of given Map as its source.
ofValues(Map, Predicate) - Static method in class one.util.streamex.StreamEx
Returns a sequential StreamEx of given Map values which corresponding keys match the supplied filter.
onClose(Runnable) - Method in class one.util.streamex.AbstractStreamEx
 
onClose(Runnable) - Method in class one.util.streamex.DoubleStreamEx
 
onClose(Runnable) - Method in class one.util.streamex.IntStreamEx
 
onClose(Runnable) - Method in class one.util.streamex.LongStreamEx
 
one.util.streamex - package one.util.streamex
This library provides enhancements for Java 8 Stream API.
onlyOne() - Static method in class one.util.streamex.MoreCollectors
Returns a Collector which collects the stream element if stream contains exactly one element.
onlyOne(Predicate) - Static method in class one.util.streamex.MoreCollectors
Returns a Collector which collects the stream element satisfying the predicate if there is only one such element.

P

pairing(Collector, Collector, BiFunction) - Static method in class one.util.streamex.MoreCollectors
Returns a Collector which aggregates the results of two supplied collectors using the supplied finisher function.
pairMap(BiFunction) - Method in class one.util.streamex.AbstractStreamEx
Returns a stream consisting of the results of applying the given function to the every adjacent pair of elements of this stream.
pairMap(DoubleBinaryOperator) - Method in class one.util.streamex.DoubleStreamEx
Returns a stream consisting of the results of applying the given function to the every adjacent pair of elements of this stream.
pairMap(IntBinaryOperator) - Method in class one.util.streamex.IntStreamEx
Returns a stream consisting of the results of applying the given function to the every adjacent pair of elements of this stream.
pairMap(LongBinaryOperator) - Method in class one.util.streamex.LongStreamEx
Returns a stream consisting of the results of applying the given function to the every adjacent pair of elements of this stream.
parallel() - Method in class one.util.streamex.AbstractStreamEx
 
parallel() - Method in class one.util.streamex.DoubleStreamEx
 
parallel() - Method in class one.util.streamex.IntStreamEx
 
parallel() - Method in class one.util.streamex.LongStreamEx
 
parallel(ForkJoinPool) - Method in class one.util.streamex.AbstractStreamEx
 
parallel(ForkJoinPool) - Method in class one.util.streamex.DoubleStreamEx
 
parallel(ForkJoinPool) - Method in class one.util.streamex.IntStreamEx
 
parallel(ForkJoinPool) - Method in class one.util.streamex.LongStreamEx
 
partitioningBy(DoublePredicate) - Static method in interface one.util.streamex.DoubleCollector
Returns a DoubleCollector which partitions the input elements according to a DoublePredicate, and organizes them into a Map<Boolean, double[]>.
partitioningBy(DoublePredicate, DoubleCollector) - Static method in interface one.util.streamex.DoubleCollector
Returns a DoubleCollector which partitions the input numbers according to a DoublePredicate, reduces the values in each partition according to another IntCollector, and organizes them into a Map<Boolean, D> whose values are the result of the downstream reduction.
partitioningBy(IntPredicate) - Static method in interface one.util.streamex.IntCollector
Returns an IntCollector which partitions the input elements according to an IntPredicate, and organizes them into a Map<Boolean, int[]>.
partitioningBy(IntPredicate, IntCollector) - Static method in interface one.util.streamex.IntCollector
Returns an IntCollector which partitions the input numbers according to an IntPredicate, reduces the values in each partition according to another IntCollector, and organizes them into a Map<Boolean, D> whose values are the result of the downstream reduction.
partitioningBy(LongPredicate) - Static method in interface one.util.streamex.LongCollector
Returns a LongCollector which partitions the input elements according to a LongPredicate, and organizes them into a Map<Boolean, long[]>.
partitioningBy(LongPredicate, LongCollector) - Static method in interface one.util.streamex.LongCollector
Returns a LongCollector which partitions the input numbers according to a LongPredicate, reduces the values in each partition according to another IntCollector, and organizes them into a Map<Boolean, D> whose values are the result of the downstream reduction.
partitioningBy(Predicate) - Method in class one.util.streamex.StreamEx
Returns a Map<Boolean, List<T>> which contains two partitions of the input elements according to a Predicate.
partitioningBy(Predicate, Collector) - Method in class one.util.streamex.StreamEx
Returns a Map<Boolean, D> which contains two partitions of the input elements according to a Predicate, which are reduced according to the supplied Collector.
partitioningBy(Predicate, Collector) - Static method in class one.util.streamex.MoreCollectors
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.
partitioningTo(Predicate, Supplier) - Method in class one.util.streamex.StreamEx
Returns a Map<Boolean, C> which contains two partitions of the input elements according to a Predicate.
peek(Consumer) - Method in class one.util.streamex.AbstractStreamEx
 
peek(DoubleConsumer) - Method in class one.util.streamex.DoubleStreamEx
 
peek(IntConsumer) - Method in class one.util.streamex.IntStreamEx
 
peek(LongConsumer) - Method in class one.util.streamex.LongStreamEx
 
peekFirst(Consumer) - Method in class one.util.streamex.StreamEx
Returns a stream consisting of the elements of this stream, additionally performing the provided action on the first stream element when it's consumed from the resulting stream.
peekFirst(DoubleConsumer) - Method in class one.util.streamex.DoubleStreamEx
Returns a stream consisting of the elements of this stream, additionally performing the provided action on the first stream element when it's consumed from the resulting stream.
peekFirst(IntConsumer) - Method in class one.util.streamex.IntStreamEx
Returns a stream consisting of the elements of this stream, additionally performing the provided action on the first stream element when it's consumed from the resulting stream.
peekFirst(LongConsumer) - Method in class one.util.streamex.LongStreamEx
Returns a stream consisting of the elements of this stream, additionally performing the provided action on the first stream element when it's consumed from the resulting stream.
peekKeys(Consumer) - Method in class one.util.streamex.EntryStream
Returns a stream consisting of the entries of this stream, additionally performing the provided action on each entry key as entries are consumed from the resulting stream.
peekKeyValue(BiConsumer) - Method in class one.util.streamex.EntryStream
Returns a stream consisting of the entries of this stream, additionally performing the provided action on each entry key-value pair as entries are consumed from the resulting stream.
peekLast(Consumer) - Method in class one.util.streamex.StreamEx
Returns a stream consisting of the elements of this stream, additionally performing the provided action on the last stream element when it's consumed from the resulting stream.
peekLast(DoubleConsumer) - Method in class one.util.streamex.DoubleStreamEx
Returns a stream consisting of the elements of this stream, additionally performing the provided action on the last stream element when it's consumed from the resulting stream.
peekLast(IntConsumer) - Method in class one.util.streamex.IntStreamEx
Returns a stream consisting of the elements of this stream, additionally performing the provided action on the last stream element when it's consumed from the resulting stream.
peekLast(LongConsumer) - Method in class one.util.streamex.LongStreamEx
Returns a stream consisting of the elements of this stream, additionally performing the provided action on the last stream element when it's consumed from the resulting stream.
peekValues(Consumer) - Method in class one.util.streamex.EntryStream
Returns a stream consisting of the entries of this stream, additionally performing the provided action on each entry value as entries are consumed from the resulting stream.
prefix(BinaryOperator) - Method in class one.util.streamex.AbstractStreamEx
Returns a stream containing cumulative results of applying the accumulation function going left to right.
prefix(DoubleBinaryOperator) - Method in class one.util.streamex.DoubleStreamEx
Returns a stream containing cumulative results of applying the accumulation function going left to right.
prefix(IntBinaryOperator) - Method in class one.util.streamex.IntStreamEx
Returns a stream containing cumulative results of applying the accumulation function going left to right.
prefix(LongBinaryOperator) - Method in class one.util.streamex.LongStreamEx
Returns a stream containing cumulative results of applying the accumulation function going left to right.
prefixKeys(BinaryOperator) - Method in class one.util.streamex.EntryStream
Returns a new EntryStream which values are the same as this stream values and keys are the results of applying the accumulation function to this stream keys, going left to right.
prefixValues(BinaryOperator) - Method in class one.util.streamex.EntryStream
Returns a new EntryStream which keys are the same as this stream keys and values are the results of applying the accumulation function to this stream values, going left to right.
prepend(double...) - Method in class one.util.streamex.DoubleStreamEx
Returns a new DoubleStreamEx which is a concatenation of the stream containing supplied values and this stream
prepend(int...) - Method in class one.util.streamex.IntStreamEx
Returns a new IntStreamEx which is a concatenation of the stream containing supplied values and this stream
prepend(long...) - Method in class one.util.streamex.LongStreamEx
Returns a new LongStreamEx which is a concatenation of the stream containing supplied values and this stream
prepend(Collection) - Method in class one.util.streamex.StreamEx
Returns a new StreamEx which is a concatenation of the stream created from supplied collection and this stream.
prepend(Map) - Method in class one.util.streamex.EntryStream
Returns a new EntryStream which is a concatenation of the stream created from the supplied map entries and this stream.
prepend(DoubleStream) - Method in class one.util.streamex.DoubleStreamEx
Creates a lazily concatenated stream whose elements are all the elements of the other stream followed by all the elements of this stream.
prepend(IntStream) - Method in class one.util.streamex.IntStreamEx
Creates a lazily concatenated stream whose elements are all the elements of the other stream followed by all the elements of this stream.
prepend(LongStream) - Method in class one.util.streamex.LongStreamEx
Creates a lazily concatenated stream whose elements are all the elements of the other stream followed by all the elements of this stream.
prepend(Stream) - Method in class one.util.streamex.AbstractStreamEx
Creates a lazily concatenated stream whose elements are all the elements of the other stream followed by all the elements of this stream.
prepend(K, V) - Method in class one.util.streamex.EntryStream
Returns a new EntryStream which is a concatenation of the supplied key-value pair and this stream.
prepend(K, V, K, V) - Method in class one.util.streamex.EntryStream
Returns a new EntryStream which is a concatenation of two supplied key-value pairs and this stream.
prepend(K, V, K, V, K, V) - Method in class one.util.streamex.EntryStream
Returns a new EntryStream which is a concatenation of three supplied key-value pairs and this stream.
prepend(T) - Method in class one.util.streamex.StreamEx
Returns a new StreamEx which is a concatenation of supplied value and this stream.
prepend(T...) - Method in class one.util.streamex.StreamEx
Returns a new StreamEx which is a concatenation of supplied values and this stream.
produce(Predicate) - Static method in class one.util.streamex.StreamEx
Return an ordered stream produced by consecutive calls of the supplied producer until it returns false.
produce(Predicate) - Static method in class one.util.streamex.DoubleStreamEx
Return an ordered stream produced by consecutive calls of the supplied producer until it returns false.
produce(Predicate) - Static method in class one.util.streamex.IntStreamEx
Return an ordered stream produced by consecutive calls of the supplied producer until it returns false.
produce(Predicate) - Static method in class one.util.streamex.LongStreamEx
Return an ordered stream produced by consecutive calls of the supplied producer until it returns false.

R

range(int) - Static method in class one.util.streamex.IntStreamEx
Returns a sequential ordered IntStreamEx from 0 (inclusive) to endExclusive (exclusive) by an incremental step of 1.
range(int, int) - Static method in class one.util.streamex.IntStreamEx
Returns a sequential ordered IntStreamEx from startInclusive (inclusive) to endExclusive (exclusive) by an incremental step of 1.
range(int, int, int) - Static method in class one.util.streamex.IntStreamEx
Returns a sequential ordered IntStreamEx from startInclusive (inclusive) to endExclusive (exclusive) by the specified incremental step.
range(long) - Static method in class one.util.streamex.LongStreamEx
Returns a sequential ordered LongStreamEx from 0 (inclusive) to endExclusive (exclusive) by an incremental step of 1.
range(long, long) - Static method in class one.util.streamex.LongStreamEx
Returns a sequential ordered LongStreamEx from startInclusive (inclusive) to endExclusive (exclusive) by an incremental step of 1.
range(long, long, long) - Static method in class one.util.streamex.LongStreamEx
Returns a sequential ordered LongStreamEx from startInclusive (inclusive) to endExclusive (exclusive) by the specified incremental step.
rangeClosed(int, int) - Static method in class one.util.streamex.IntStreamEx
Returns a sequential ordered IntStreamEx from startInclusive (inclusive) to endInclusive (inclusive) by an incremental step of 1.
rangeClosed(int, int, int) - Static method in class one.util.streamex.IntStreamEx
Returns a sequential ordered IntStreamEx from startInclusive (inclusive) to endInclusive (inclusive) by the specified incremental step.
rangeClosed(long, long) - Static method in class one.util.streamex.LongStreamEx
Returns a sequential ordered LongStreamEx from startInclusive (inclusive) to endInclusive (inclusive) by an incremental step of 1.
rangeClosed(long, long, long) - Static method in class one.util.streamex.LongStreamEx
Returns a sequential ordered LongStreamEx from startInclusive (inclusive) to endInclusive (inclusive) by the specified incremental step.
reduce(double, DoubleBinaryOperator) - Method in class one.util.streamex.DoubleStreamEx
 
reduce(int, IntBinaryOperator) - Method in class one.util.streamex.IntStreamEx
 
reduce(long, LongBinaryOperator) - Method in class one.util.streamex.LongStreamEx
 
reduce(BinaryOperator) - Method in class one.util.streamex.AbstractStreamEx
 
reduce(DoubleBinaryOperator) - Method in class one.util.streamex.DoubleStreamEx
 
reduce(IntBinaryOperator) - Method in class one.util.streamex.IntStreamEx
 
reduce(LongBinaryOperator) - Method in class one.util.streamex.LongStreamEx
 
reduce(T, BinaryOperator) - Method in class one.util.streamex.AbstractStreamEx
 
reduce(U, BiFunction, BinaryOperator) - Method in class one.util.streamex.AbstractStreamEx
 
reduceWithZero(T, BinaryOperator) - Method in class one.util.streamex.AbstractStreamEx
Performs a possibly short-circuiting reduction of the stream elements using the provided BinaryOperator.
reduceWithZero(T, T, BinaryOperator) - Method in class one.util.streamex.AbstractStreamEx
Performs a possibly short-circuiting reduction of the stream elements using the provided identity value and a BinaryOperator.
reducing(double, DoubleBinaryOperator) - Static method in interface one.util.streamex.DoubleCollector
Returns a DoubleCollector which performs a reduction of its input numbers under a specified IntBinaryOperator using the provided identity.
reducing(int, IntBinaryOperator) - Static method in interface one.util.streamex.IntCollector
Returns an IntCollector which performs a reduction of its input numbers under a specified IntBinaryOperator using the provided identity.
reducing(long, LongBinaryOperator) - Static method in interface one.util.streamex.LongCollector
Returns a LongCollector which performs a reduction of its input numbers under a specified IntBinaryOperator using the provided identity.
reducing(DoubleBinaryOperator) - Static method in interface one.util.streamex.DoubleCollector
Returns a DoubleCollector which performs a reduction of its input numbers under a specified DoubleBinaryOperator.
reducing(IntBinaryOperator) - Static method in interface one.util.streamex.IntCollector
Returns an IntCollector which performs a reduction of its input numbers under a specified IntBinaryOperator.
reducing(LongBinaryOperator) - Static method in interface one.util.streamex.LongCollector
Returns a LongCollector which performs a reduction of its input numbers under a specified LongBinaryOperator.
reducingWithZero(T, BinaryOperator) - Static method in class one.util.streamex.MoreCollectors
Returns a Collector which performs a possibly short-circuiting reduction of its input elements under a specified BinaryOperator.
reducingWithZero(T, T, BinaryOperator) - Static method in class one.util.streamex.MoreCollectors
Returns a Collector which performs a possibly short-circuiting reduction of its input elements using the provided identity value and a BinaryOperator.
Reduction operations - Section in package one.util.streamex
 
remove(DoublePredicate) - Method in class one.util.streamex.DoubleStreamEx
Returns a stream consisting of the elements of this stream that don't match the given predicate.
remove(IntPredicate) - Method in class one.util.streamex.IntStreamEx
Returns a stream consisting of the elements of this stream that don't match the given predicate.
remove(LongPredicate) - Method in class one.util.streamex.LongStreamEx
Returns a stream consisting of the elements of this stream that don't match the given predicate.
remove(Predicate) - Method in class one.util.streamex.AbstractStreamEx
Returns a stream consisting of the elements of this stream that don't match the given predicate.
removeBy(Function, K) - Method in class one.util.streamex.StreamEx
Returns a stream consisting of the elements of this stream except those for which the supplied mapper function returns the given value.
removeKeys(Predicate) - Method in class one.util.streamex.EntryStream
Returns a stream consisting of the elements of this stream which keys don't match the given predicate.
removeKeyValue(BiPredicate) - Method in class one.util.streamex.EntryStream
Returns a stream consisting of the elements of this stream which values don't match the given predicate.
removeValues(Predicate) - Method in class one.util.streamex.EntryStream
Returns a stream consisting of the elements of this stream which values don't match the given predicate.
reverseSorted() - Method in class one.util.streamex.DoubleStreamEx
Returns a stream consisting of the elements of this stream in reverse sorted order.
reverseSorted() - Method in class one.util.streamex.IntStreamEx
Returns a stream consisting of the elements of this stream in reverse sorted order.
reverseSorted() - Method in class one.util.streamex.LongStreamEx
Returns a stream consisting of the elements of this stream in reverse sorted order.
reverseSorted() - Method in class one.util.streamex.StreamEx
Returns a StreamEx consisting of the elements of this stream, sorted according to reverse natural order.
reverseSorted(Comparator) - Method in class one.util.streamex.AbstractStreamEx
Returns a stream consisting of the elements of this stream, sorted in descending order according to the provided Comparator.
runLengths() - Method in class one.util.streamex.StreamEx
Collapses adjacent equal elements and returns an EntryStream where keys are input elements and values specify how many elements were collapsed.

S

scanLeft(double, DoubleBinaryOperator) - Method in class one.util.streamex.DoubleStreamEx
Produces an array containing cumulative results of applying the accumulation function going left to right using given seed value.
scanLeft(int, IntBinaryOperator) - Method in class one.util.streamex.IntStreamEx
Produces an array containing cumulative results of applying the accumulation function going left to right using given seed value.
scanLeft(long, LongBinaryOperator) - Method in class one.util.streamex.LongStreamEx
Produces an array containing cumulative results of applying the accumulation function going left to right using given seed value.
scanLeft(BinaryOperator) - Method in class one.util.streamex.AbstractStreamEx
Produces a list containing cumulative results of applying the accumulation function going left to right.
scanLeft(DoubleBinaryOperator) - Method in class one.util.streamex.DoubleStreamEx
Produces an array containing cumulative results of applying the accumulation function going left to right.
scanLeft(IntBinaryOperator) - Method in class one.util.streamex.IntStreamEx
Produces an array containing cumulative results of applying the accumulation function going left to right.
scanLeft(LongBinaryOperator) - Method in class one.util.streamex.LongStreamEx
Produces an array containing cumulative results of applying the accumulation function going left to right.
scanLeft(U, BiFunction) - Method in class one.util.streamex.AbstractStreamEx
Produces a list containing cumulative results of applying the accumulation function going left to right using given seed value.
scanRight(BinaryOperator) - Method in class one.util.streamex.AbstractStreamEx
Produces a collection containing cumulative results of applying the accumulation function going right to left.
scanRight(U, BiFunction) - Method in class one.util.streamex.AbstractStreamEx
Produces a list containing cumulative results of applying the accumulation function going right to left using given seed value.
select(Class) - Method in class one.util.streamex.StreamEx
Returns a stream consisting of the elements of this stream which are instances of given class.
selectKeys(Class) - Method in class one.util.streamex.EntryStream
Returns a stream consisting of the elements of this stream which keys are instances of given class.
selectValues(Class) - Method in class one.util.streamex.EntryStream
Returns a stream consisting of the elements of this stream which values are instances of given class.
sequential() - Method in class one.util.streamex.AbstractStreamEx
 
sequential() - Method in class one.util.streamex.DoubleStreamEx
 
sequential() - Method in class one.util.streamex.IntStreamEx
 
sequential() - Method in class one.util.streamex.LongStreamEx
 
Short circuiting reduction - Section in package one.util.streamex
 
skip(long) - Method in class one.util.streamex.AbstractStreamEx
 
skip(long) - Method in class one.util.streamex.DoubleStreamEx
 
skip(long) - Method in class one.util.streamex.IntStreamEx
 
skip(long) - Method in class one.util.streamex.LongStreamEx
 
sorted() - Method in class one.util.streamex.AbstractStreamEx
 
sorted() - Method in class one.util.streamex.DoubleStreamEx
 
sorted() - Method in class one.util.streamex.EntryStream
sorted() - Method in class one.util.streamex.IntStreamEx
 
sorted() - Method in class one.util.streamex.LongStreamEx
 
sorted(Comparator) - Method in class one.util.streamex.AbstractStreamEx
 
sorted(Comparator) - Method in class one.util.streamex.DoubleStreamEx
Returns a stream consisting of the elements of this stream sorted according to the given comparator.
sorted(Comparator) - Method in class one.util.streamex.IntStreamEx
Returns a stream consisting of the elements of this stream sorted according to the given comparator.
sorted(Comparator) - Method in class one.util.streamex.LongStreamEx
Returns a stream consisting of the elements of this stream sorted according to the given comparator.
sortedBy(DoubleFunction) - Method in class one.util.streamex.DoubleStreamEx
Returns a stream consisting of the elements of this stream, sorted according to the natural order of the keys extracted by provided function.
sortedBy(Function) - Method in class one.util.streamex.AbstractStreamEx
Returns a stream consisting of the elements of this stream, sorted according to the natural order of the keys extracted by provided function.
sortedBy(IntFunction) - Method in class one.util.streamex.IntStreamEx
Returns a stream consisting of the elements of this stream, sorted according to the natural order of the keys extracted by provided function.
sortedBy(LongFunction) - Method in class one.util.streamex.LongStreamEx
Returns a stream consisting of the elements of this stream, sorted according to the natural order of the keys extracted by provided function.
sortedByDouble(DoubleUnaryOperator) - Method in class one.util.streamex.DoubleStreamEx
Returns a stream consisting of the elements of this stream, sorted according to the double values extracted by provided function.
sortedByDouble(IntToDoubleFunction) - Method in class one.util.streamex.IntStreamEx
Returns a stream consisting of the elements of this stream, sorted according to the double values extracted by provided function.
sortedByDouble(LongToDoubleFunction) - Method in class one.util.streamex.LongStreamEx
Returns a stream consisting of the elements of this stream, sorted according to the double values extracted by provided function.
sortedByDouble(ToDoubleFunction) - Method in class one.util.streamex.AbstractStreamEx
Returns a stream consisting of the elements of this stream, sorted according to the double values extracted by provided function.
sortedByInt(DoubleToIntFunction) - Method in class one.util.streamex.DoubleStreamEx
Returns a stream consisting of the elements of this stream, sorted according to the int values extracted by provided function.
sortedByInt(IntUnaryOperator) - Method in class one.util.streamex.IntStreamEx
Returns a stream consisting of the elements of this stream, sorted according to the int values extracted by provided function.
sortedByInt(LongToIntFunction) - Method in class one.util.streamex.LongStreamEx
Returns a stream consisting of the elements of this stream, sorted according to the int values extracted by provided function.
sortedByInt(ToIntFunction) - Method in class one.util.streamex.AbstractStreamEx
Returns a stream consisting of the elements of this stream, sorted according to the int values extracted by provided function.
sortedByLong(DoubleToLongFunction) - Method in class one.util.streamex.DoubleStreamEx
Returns a stream consisting of the elements of this stream, sorted according to the long values extracted by provided function.
sortedByLong(IntToLongFunction) - Method in class one.util.streamex.IntStreamEx
Returns a stream consisting of the elements of this stream, sorted according to the long values extracted by provided function.
sortedByLong(LongUnaryOperator) - Method in class one.util.streamex.LongStreamEx
Returns a stream consisting of the elements of this stream, sorted according to the long values extracted by provided function.
sortedByLong(ToLongFunction) - Method in class one.util.streamex.AbstractStreamEx
Returns a stream consisting of the elements of this stream, sorted according to the long values extracted by provided function.
split(CharSequence, char) - Static method in class one.util.streamex.StreamEx
Creates a stream from the given input sequence around matches of the given character.
split(CharSequence, char, boolean) - Static method in class one.util.streamex.StreamEx
Creates a stream from the given input sequence around matches of the given character.
split(CharSequence, String) - Static method in class one.util.streamex.StreamEx
Creates a stream from the given input sequence around matches of the given pattern represented as String.
split(CharSequence, Pattern) - Static method in class one.util.streamex.StreamEx
Creates a stream from the given input sequence around matches of the given pattern.
spliterator() - Method in class one.util.streamex.AbstractStreamEx
 
spliterator() - Method in class one.util.streamex.DoubleStreamEx
 
spliterator() - Method in class one.util.streamex.EntryStream
 
spliterator() - Method in class one.util.streamex.IntStreamEx
 
spliterator() - Method in class one.util.streamex.LongStreamEx
 
spliterator() - Method in class one.util.streamex.StreamEx
 
spliterator() - Method in interface one.util.streamex.DoubleStreamEx.DoubleEmitter
Returns the spliterator which covers all the elements emitted by this emitter.
spliterator() - Method in interface one.util.streamex.IntStreamEx.IntEmitter
Returns the spliterator which covers all the elements emitted by this emitter.
spliterator() - Method in interface one.util.streamex.LongStreamEx.LongEmitter
Returns the spliterator which covers all the elements emitted by this emitter.
spliterator() - Method in interface one.util.streamex.StreamEx.Emitter
Returns the spliterator which covers all the elements emitted by this emitter.
Stateless behaviors - Section in package one.util.streamex
 
stream() - Method in interface one.util.streamex.DoubleStreamEx.DoubleEmitter
Returns the stream which covers all the elements emitted by this emitter.
stream() - Method in interface one.util.streamex.IntStreamEx.IntEmitter
Returns the stream which covers all the elements emitted by this emitter.
stream() - Method in interface one.util.streamex.LongStreamEx.LongEmitter
Returns the stream which covers all the elements emitted by this emitter.
stream() - Method in interface one.util.streamex.StreamEx.Emitter
Returns the stream which covers all the elements emitted by this emitter.
StreamEx<T> - Class in one.util.streamex
A Stream implementation with additional functionality.
StreamEx.Emitter<T> - Interface in one.util.streamex
A helper interface to build a new stream by emitting elements and creating new emitters in a chain.
Stream operations and pipelines - Section in package one.util.streamex
 
sum() - Method in class one.util.streamex.DoubleStreamEx
 
sum() - Method in class one.util.streamex.IntStreamEx
 
sum() - Method in class one.util.streamex.LongStreamEx
 
summarizing() - Static method in interface one.util.streamex.DoubleCollector
Returns a DoubleCollector which returns summary statistics for the input elements.
summarizing() - Static method in interface one.util.streamex.IntCollector
Returns an IntCollector which returns summary statistics for the input elements.
summarizing() - Static method in interface one.util.streamex.LongCollector
Returns a LongCollector which returns summary statistics for the input elements.
summaryStatistics() - Method in class one.util.streamex.DoubleStreamEx
 
summaryStatistics() - Method in class one.util.streamex.IntStreamEx
 
summaryStatistics() - Method in class one.util.streamex.LongStreamEx
 
summing() - Static method in interface one.util.streamex.DoubleCollector
Returns a DoubleCollector that produces the sum of the input elements.
summing() - Static method in interface one.util.streamex.IntCollector
Returns an IntCollector that produces the sum of the input elements.
summing() - Static method in interface one.util.streamex.LongCollector
Returns a LongCollector that produces the sum of the input elements.
supplier() - Method in class one.util.streamex.Joining
 

T

tail(int) - Static method in class one.util.streamex.MoreCollectors
Returns a Collector which collects at most specified number of the last stream elements into the List.
Tail stream optimization - Section in package one.util.streamex
 
takeWhile(DoublePredicate) - Method in class one.util.streamex.DoubleStreamEx
Returns a stream consisting of all elements from this stream until the first element which does not match the given predicate is found.
takeWhile(IntPredicate) - Method in class one.util.streamex.IntStreamEx
Returns a stream consisting of all elements from this stream until the first element which does not match the given predicate is found.
takeWhile(LongPredicate) - Method in class one.util.streamex.LongStreamEx
Returns a stream consisting of all elements from this stream until the first element which does not match the given predicate is found.
takeWhile(Predicate) - Method in class one.util.streamex.AbstractStreamEx
Returns a stream consisting of all elements from this stream until the first element which does not match the given predicate is found.
takeWhileInclusive(DoublePredicate) - Method in class one.util.streamex.DoubleStreamEx
Returns a stream consisting of all elements from this stream until the first element which does not match the given predicate is found (including the first mismatching element).
takeWhileInclusive(IntPredicate) - Method in class one.util.streamex.IntStreamEx
Returns a stream consisting of all elements from this stream until the first element which does not match the given predicate is found (including the first mismatching element).
takeWhileInclusive(LongPredicate) - Method in class one.util.streamex.LongStreamEx
Returns a stream consisting of all elements from this stream until the first element which does not match the given predicate is found (including the first mismatching element).
takeWhileInclusive(Predicate) - Method in class one.util.streamex.AbstractStreamEx
Returns a stream consisting of all elements from this stream until the first element which does not match the given predicate is found (including the first mismatching element).
toArray() - Method in class one.util.streamex.AbstractStreamEx
 
toArray() - Static method in interface one.util.streamex.DoubleCollector
Returns a DoubleCollector that produces the array of the input elements.
toArray() - Method in class one.util.streamex.DoubleStreamEx
 
toArray() - Static method in interface one.util.streamex.IntCollector
Returns an IntCollector that produces the array of the input elements.
toArray() - Method in class one.util.streamex.IntStreamEx
 
toArray() - Static method in interface one.util.streamex.LongCollector
Returns a LongCollector that produces the array of the input elements.
toArray() - Method in class one.util.streamex.LongStreamEx
 
toArray(A[]) - Method in class one.util.streamex.StreamEx
Returns an array containing all the stream elements.
toArray(Class) - Method in class one.util.streamex.StreamEx
Returns an array containing all the stream elements using the supplied element type class to allocate an array.
toArray(IntFunction) - Method in class one.util.streamex.AbstractStreamEx
 
toArray(IntFunction) - Static method in class one.util.streamex.MoreCollectors
Returns a Collector that accumulates the input elements into a new array.
toBitSet() - Static method in interface one.util.streamex.IntCollector
Returns an IntCollector that produces the BitSet of the input elements.
toBitSet() - Method in class one.util.streamex.IntStreamEx
Returns a BitSet containing the elements of this stream.
toBooleanArray(DoublePredicate) - Static method in interface one.util.streamex.DoubleCollector
Returns a DoubleCollector which produces a boolean array containing the results of applying the given predicate to the input elements, in encounter order.
toBooleanArray(IntPredicate) - Static method in interface one.util.streamex.IntCollector
Returns an IntCollector which produces a boolean array containing the results of applying the given predicate to the input elements, in encounter order.
toBooleanArray(LongPredicate) - Static method in interface one.util.streamex.LongCollector
Returns a LongCollector which produces a boolean array containing the results of applying the given predicate to the input elements, in encounter order.
toBooleanArray(Predicate) - Static method in class one.util.streamex.MoreCollectors
Returns a Collector which produces a boolean array containing the results of applying the given predicate to the input elements, in encounter order.
toByteArray() - Static method in interface one.util.streamex.IntCollector
Returns an IntCollector that produces the byte[] array of the input elements converting them via (byte) casting.
toByteArray() - Method in class one.util.streamex.IntStreamEx
Returns a byte[] array containing the elements of this stream which are converted to bytes using (byte) cast operation.
toCharArray() - Static method in interface one.util.streamex.IntCollector
Returns an IntCollector that produces the char[] array of the input elements converting them via (char) casting.
toCharArray() - Method in class one.util.streamex.IntStreamEx
Returns a char[] array containing the elements of this stream which are converted to chars using (char) cast operation.
toCollection(Supplier) - Method in class one.util.streamex.AbstractStreamEx
Returns a Collection containing the elements of this stream.
toCollectionAndThen(Supplier, Function) - Method in class one.util.streamex.AbstractStreamEx
Creates a custom Collection containing the elements of this stream, then performs finishing transformation and returns its result.
toCustomMap(BinaryOperator, Supplier) - Method in class one.util.streamex.EntryStream
Returns a Map containing the elements of this stream.
toCustomMap(Supplier) - Method in class one.util.streamex.EntryStream
Returns a Map containing the elements of this stream.
toEnumSet(Class) - Static method in class one.util.streamex.MoreCollectors
Returns a Collector that accumulates the input enum values into a new EnumSet.
toFlatCollection(Function, Supplier) - Method in class one.util.streamex.StreamEx
Returns a collection created by provided supplier function which contains all the elements of the collections generated by provided mapper from each element of this stream.
toFlatList(Function) - Method in class one.util.streamex.StreamEx
Returns a List which contains all the elements of the collections generated by provided mapper from each element of this stream.
toFloatArray() - Static method in interface one.util.streamex.DoubleCollector
Returns a DoubleCollector that produces the float[] array of the input elements converting them via (float) casting.
toFloatArray() - Method in class one.util.streamex.DoubleStreamEx
Returns a float[] array containing the elements of this stream which are converted to floats using (float) cast operation.
toImmutableList() - Method in class one.util.streamex.AbstractStreamEx
Returns an immutable List containing the elements of this stream.
toImmutableMap() - Method in class one.util.streamex.EntryStream
Returns an immutable Map containing the elements of this stream.
toImmutableSet() - Method in class one.util.streamex.AbstractStreamEx
Returns an immutable Set containing the elements of this stream.
toList() - Method in class one.util.streamex.AbstractStreamEx
Returns a List containing the elements of this stream.
toListAndThen(Function) - Method in class one.util.streamex.AbstractStreamEx
Creates a List containing the elements of this stream, then performs finishing transformation and returns its result.
toMap() - Method in class one.util.streamex.EntryStream
Returns a Map containing the elements of this stream.
toMap(BinaryOperator) - Method in class one.util.streamex.EntryStream
Returns a Map containing the elements of this stream.
toMap(Function, Function) - Method in class one.util.streamex.StreamEx
Returns a Map whose keys and values are the result of applying the provided mapping functions to the input elements.
toMap(Function, Function, BinaryOperator) - Method in class one.util.streamex.StreamEx
Returns a Map whose keys and values are the result of applying the provided mapping functions to the input elements.
toMap(Function) - Method in class one.util.streamex.StreamEx
Returns a Map whose keys are elements from this stream and values are the result of applying the provided mapping functions to the input elements.
toMapAndThen(Function) - Method in class one.util.streamex.EntryStream
Creates a Map containing the elements of this stream, then performs finishing transformation and returns its result.
toMutableList() - Method in class one.util.streamex.AbstractStreamEx
Returns a mutable List containing the elements of this stream.
toMutableSet() - Method in class one.util.streamex.AbstractStreamEx
Returns a mutable Set containing the elements of this stream.
toNavigableMap() - Method in class one.util.streamex.EntryStream
Returns a NavigableMap containing the elements of this stream.
toNavigableMap(BinaryOperator) - Method in class one.util.streamex.EntryStream
Returns a NavigableMap containing the elements of this stream.
toNavigableMap(Function, Function) - Method in class one.util.streamex.StreamEx
Returns a NavigableMap whose keys and values are the result of applying the provided mapping functions to the input elements.
toNavigableMap(Function, Function, BinaryOperator) - Method in class one.util.streamex.StreamEx
Returns a NavigableMap whose keys and values are the result of applying the provided mapping functions to the input elements.
toNavigableMap(Function) - Method in class one.util.streamex.StreamEx
Returns a NavigableMap whose keys are elements from this stream and values are the result of applying the provided mapping functions to the input elements.
toSet() - Method in class one.util.streamex.AbstractStreamEx
Returns a Set containing the elements of this stream.
toSetAndThen(Function) - Method in class one.util.streamex.AbstractStreamEx
Creates a Set containing the elements of this stream, then performs finishing transformation and returns its result.
toShortArray() - Static method in interface one.util.streamex.IntCollector
Returns an IntCollector that produces the short[] array of the input elements converting them via (short) casting.
toShortArray() - Method in class one.util.streamex.IntStreamEx
Returns a short[] array containing the elements of this stream which are converted to shorts using (short) cast operation.
toSortedMap() - Method in class one.util.streamex.EntryStream
Returns a SortedMap containing the elements of this stream.
toSortedMap(BinaryOperator) - Method in class one.util.streamex.EntryStream
Returns a SortedMap containing the elements of this stream.
toSortedMap(Function, Function) - Method in class one.util.streamex.StreamEx
Returns a SortedMap whose keys and values are the result of applying the provided mapping functions to the input elements.
toSortedMap(Function, Function, BinaryOperator) - Method in class one.util.streamex.StreamEx
Returns a SortedMap whose keys and values are the result of applying the provided mapping functions to the input elements.
toSortedMap(Function) - Method in class one.util.streamex.StreamEx
Returns a SortedMap whose keys are elements from this stream and values are the result of applying the provided mapping functions to the input elements.

U

unordered() - Method in class one.util.streamex.AbstractStreamEx
 
unordered() - Method in class one.util.streamex.DoubleStreamEx
 
unordered() - Method in class one.util.streamex.IntStreamEx
 
unordered() - Method in class one.util.streamex.LongStreamEx
 

V

values() - Method in class one.util.streamex.EntryStream
Returns a stream consisting of the values of this stream elements.
valuesToMap(Function) - Method in class one.util.streamex.StreamEx
Returns a Map whose values are elements from this stream and keys are the result of applying the provided mapping functions to the input elements.
valuesToNavigableMap(Function) - Method in class one.util.streamex.StreamEx
Returns a NavigableMap whose values are elements from this stream and keys are the result of applying the provided mapping functions to the input elements.
valuesToSortedMap(Function) - Method in class one.util.streamex.StreamEx
Returns a SortedMap whose values are elements from this stream and keys are the result of applying the provided mapping functions to the input elements.

W

with(CharSequence) - Static method in class one.util.streamex.Joining
Returns a Collector that concatenates the input elements, separated by the specified delimiter, in encounter order.
withFirst() - Method in class one.util.streamex.StreamEx
Creates an EntryStream consisting of the Map.Entry objects which keys are all the same and equal to the first element of this stream and values are the original elements of this stream.
withFirst(BiFunction) - Method in class one.util.streamex.StreamEx
Returns a stream consisting of the results of applying the given function to the first element and every single element of this stream.
without(int) - Method in class one.util.streamex.IntStreamEx
Returns a stream consisting of the elements of this stream that don't equal to the given value.
without(int...) - Method in class one.util.streamex.IntStreamEx
Returns a stream consisting of the elements of this stream that don't equal to any of the supplied values.
without(long) - Method in class one.util.streamex.LongStreamEx
Returns a stream consisting of the elements of this stream that don't equal to the given value.
without(long...) - Method in class one.util.streamex.LongStreamEx
Returns a stream consisting of the elements of this stream that don't equal to any of the supplied values.
without(T) - Method in class one.util.streamex.StreamEx
Returns a stream consisting of the elements of this stream that don't equal to the given value.
without(T...) - Method in class one.util.streamex.StreamEx
Returns a stream consisting of the elements of this stream that don't equal to any of the supplied values.
withoutKeys(K...) - Method in class one.util.streamex.EntryStream
Returns an EntryStream consisting of the elements of this stream whose keys are not equal to any of supplied keys.
withoutValues(V...) - Method in class one.util.streamex.EntryStream
Returns an EntryStream consisting of the elements of this stream whose values are not equal to any of the supplied values.
wrap(CharSequence, CharSequence) - Method in class one.util.streamex.Joining
Returns a Collector which behaves like this collector, but additionally wraps the result with the specified prefix and suffix.

Z

zip(double[], double[], DoubleBinaryOperator) - Static method in class one.util.streamex.DoubleStreamEx
Returns a sequential DoubleStreamEx containing the results of applying the given function to the corresponding pairs of values in given two arrays.
zip(int[], int[], IntBinaryOperator) - Static method in class one.util.streamex.IntStreamEx
Returns a sequential IntStreamEx containing the results of applying the given function to the corresponding pairs of values in given two arrays.
zip(long[], long[], LongBinaryOperator) - Static method in class one.util.streamex.LongStreamEx
Returns a sequential LongStreamEx containing the results of applying the given function to the corresponding pairs of values in given two arrays.
zip(List, List) - Static method in class one.util.streamex.EntryStream
Returns a sequential EntryStream containing Entry objects composed from corresponding key and value in given two lists.
zip(List, List, BiFunction) - Static method in class one.util.streamex.StreamEx
Returns a sequential StreamEx containing the results of applying the given function to the corresponding pairs of values in given two lists.
zip(K[], V[]) - Static method in class one.util.streamex.EntryStream
Returns a sequential EntryStream containing Entry objects composed from corresponding key and value in given two arrays.
zip(U[], V[], BiFunction) - Static method in class one.util.streamex.StreamEx
Returns a sequential StreamEx containing the results of applying the given function to the corresponding pairs of values in given two arrays.
zipWith(BaseStream) - Method in class one.util.streamex.StreamEx
Creates a new EntryStream which keys are elements of this stream and values are the corresponding elements of the supplied other stream.
zipWith(BaseStream, BiFunction) - Method in class one.util.streamex.StreamEx
Creates a new StreamEx which is the result of applying of the mapper BiFunction to the corresponding elements of this stream and the supplied other stream.
zipWith(Stream) - Method in class one.util.streamex.StreamEx
Creates a new EntryStream which keys are elements of this stream and values are the corresponding elements of the supplied other stream.
zipWith(Stream, BiFunction) - Method in class one.util.streamex.StreamEx
Creates a new StreamEx which is the result of applying of the mapper BiFunction to the corresponding elements of this stream and the supplied other stream.
A B C D E F G H I J K L M N O P R S T U V W Z 
All Classes and Interfaces|All Packages