public interface ImmutableFloatCollection extends FloatIterable
| Modifier and Type | Method and 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.
|
allSatisfy, anySatisfy, asLazy, average, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, floatIterator, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, 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 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–2017. All rights reserved.