Uses of Class
org.midheaven.collections.InfiniteEnumerableException
Packages that use InfiniteEnumerableException
-
Uses of InfiniteEnumerableException in org.midheaven.collections
Methods in org.midheaven.collections that throw InfiniteEnumerableExceptionModifier and TypeMethodDescriptiondefault booleanPerforms allMatch.default <R,A> R Applies aCollectorto theEnumerabledefault <A> AEnumerable.reduce(A seed, BiFunction<A, T, A> accumulator) Reduce theEnumerableto a single value by operating between a seed value and each element.Enumerable.reduce(BiFunction<T, T, T> accumulator) Reduce theEnumerableto a single value by operating between each element.default Object[]Enumerable.toArray()Creates an array onObjectand copies all elements in this to that array.default T[]Enumerable.toArray(IntFunction<T[]> generator) Returns a typed array containing all elements in @{code this}.default T[]Returns a typed array containing all elements in @{code this}.default DistinctAssortment<T> Enumerable.toDistinctAssortment()Returns to Distinct Assortment.Enumerable.toSequence()Returns aSequencewith the elements in thisEnumerable.default <S extends EditableSequence<T>>
SEnumerable.toSequence(Supplier<S> supplier) Returns to Sequence.