public interface ReversibleFloatIterable extends OrderedFloatIterable
| Modifier and Type | Method and Description |
|---|---|
LazyFloatIterable |
asReversed() |
<V> ReversibleIterable<V> |
collect(FloatToObjectFunction<? extends V> function)
Returns a new collection with the results of applying the specified function on each element of the source
collection.
|
default <V> ReversibleIterable<V> |
collectWithIndex(FloatIntToObjectFunction<? extends V> function)
Returns a new ReversibleIterable using results obtained by applying the specified function to each element
and its corresponding index.
|
ReversibleFloatIterable |
distinct() |
float |
getLast() |
<T> T |
injectIntoWithIndex(T injectedValue,
ObjectFloatIntToObjectFunction<? super T,? extends T> function) |
ReversibleFloatIterable |
reject(FloatPredicate predicate)
Returns a new FloatIterable with all of the elements in the FloatIterable that
return false for the specified predicate.
|
default ReversibleFloatIterable |
rejectWithIndex(FloatIntPredicate predicate)
Returns a new ReversibleFloatIterable excluding all elements with corresponding indexes matching the specified predicate.
|
ReversibleFloatIterable |
select(FloatPredicate predicate)
Returns a new FloatIterable with all of the elements in the FloatIterable that
return true for the specified predicate.
|
default ReversibleFloatIterable |
selectWithIndex(FloatIntPredicate predicate)
Returns a new ReversibleFloatIterable including all elements with corresponding indexes matching the specified predicate.
|
ReversibleFloatIterable |
toReversed() |
collectWithIndex, forEachWithIndex, getFirst, indexOf, rejectWithIndex, selectWithIndexallSatisfy, anySatisfy, asLazy, average, averageIfEmpty, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, containsAny, containsAny, containsNone, containsNone, count, detectIfNone, each, flatCollect, floatIterator, forEach, injectInto, injectIntoBoolean, injectIntoByte, injectIntoChar, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, injectIntoShort, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reduce, reduceIfEmpty, reject, select, sum, summaryStatistics, tap, toArray, toArray, toBag, toList, toSet, toSortedArray, toSortedList, toSortedList, toSortedListBy, toSortedListByappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringfloat getLast()
LazyFloatIterable asReversed()
ReversibleFloatIterable select(FloatPredicate predicate)
FloatIterableselect in interface FloatIterableselect in interface OrderedFloatIterableReversibleFloatIterable reject(FloatPredicate predicate)
FloatIterablereject in interface FloatIterablereject in interface OrderedFloatIterabledefault ReversibleFloatIterable selectWithIndex(FloatIntPredicate predicate)
selectWithIndex in interface OrderedFloatIterabledefault ReversibleFloatIterable rejectWithIndex(FloatIntPredicate predicate)
rejectWithIndex in interface OrderedFloatIterable<V> ReversibleIterable<V> collect(FloatToObjectFunction<? extends V> function)
FloatIterablecollect in interface FloatIterablecollect in interface OrderedFloatIterabledefault <V> ReversibleIterable<V> collectWithIndex(FloatIntToObjectFunction<? extends V> function)
collectWithIndex in interface OrderedFloatIterableReversibleFloatIterable toReversed()
ReversibleFloatIterable distinct()
<T> T injectIntoWithIndex(T injectedValue,
ObjectFloatIntToObjectFunction<? super T,? extends T> function)
injectIntoWithIndex in interface OrderedFloatIterableCopyright © 2004–2022. All rights reserved.