FloatIterable, PrimitiveIterableImmutableFloatBag, ImmutableFloatList, ImmutableFloatSetAbstractImmutableFloatSetpublic interface ImmutableFloatCollection extends FloatIterable
| Modifier and Type | Method | Description |
|---|---|---|
<V> ImmutableCollection<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.
|
ImmutableFloatCollection |
newWith(float element) |
|
ImmutableFloatCollection |
newWithAll(FloatIterable elements) |
|
ImmutableFloatCollection |
newWithout(float element) |
|
ImmutableFloatCollection |
newWithoutAll(FloatIterable elements) |
|
ImmutableFloatCollection |
reject(FloatPredicate predicate) |
Returns a new FloatIterable with all of the elements in the FloatIterable that
return false for the specified predicate.
|
ImmutableFloatCollection |
select(FloatPredicate predicate) |
Returns a new FloatIterable with all of the elements in the FloatIterable that
return true for the specified predicate.
|
default ImmutableFloatCollection |
tap(FloatProcedure procedure) |
allSatisfy, anySatisfy, asLazy, average, averageIfEmpty, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, floatIterator, forEach, injectInto, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reduce, reduceIfEmpty, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString<V> ImmutableCollection<V> collect(FloatToObjectFunction<? extends V> function)
FloatIterablecollect in interface FloatIterabledefault ImmutableFloatCollection tap(FloatProcedure procedure)
tap in interface FloatIterableImmutableFloatCollection select(FloatPredicate predicate)
FloatIterableselect in interface FloatIterableImmutableFloatCollection reject(FloatPredicate predicate)
FloatIterablereject in interface FloatIterableImmutableFloatCollection newWith(float element)
ImmutableFloatCollection newWithout(float element)
ImmutableFloatCollection newWithAll(FloatIterable elements)
ImmutableFloatCollection newWithoutAll(FloatIterable elements)
Copyright © 2004–2020. All rights reserved.