Skip navigation links
A B C D F H I L M N P R S T U 

R

reduce(Iterator<E>, E, BinaryOperator<E>) - Static method in class com.github.robtimus.util.iterator.IteratorUtils
Performs a reduction on the elements of an iterator.
reduce(Iterator<E>, BinaryOperator<E>) - Static method in class com.github.robtimus.util.iterator.IteratorUtils
Performs a reduction on the elements of an iterator.
reduce(Iterator<E>, U, BiFunction<U, ? super E, U>) - Static method in class com.github.robtimus.util.iterator.IteratorUtils
Performs a reduction on the elements of an iterator.
reduce(E, BinaryOperator<E>) - Method in class com.github.robtimus.util.iterator.StreamLikeIterator
Performs a reduction on the elements of this iterator.
reduce(BinaryOperator<E>) - Method in class com.github.robtimus.util.iterator.StreamLikeIterator
Performs a reduction on the elements of this iterator.
reduce(U, BiFunction<U, ? super E, U>) - Method in class com.github.robtimus.util.iterator.StreamLikeIterator
Performs a reduction on the elements of this iterator.
remove(E) - Method in class com.github.robtimus.util.iterator.LookaheadIterator
Removes the latest element returned by Iterator.next().
remove() - Method in class com.github.robtimus.util.iterator.LookaheadIterator
 
remove() - Method in class com.github.robtimus.util.iterator.StreamLikeIterator
 
A B C D F H I L M N P R S T U 
Skip navigation links

Copyright © 2022. All rights reserved.