FloatIterable, FloatStack, OrderedFloatIterable, PrimitiveIterablepublic interface ImmutableFloatStack extends FloatStack
| Modifier and Type | Method | Description |
|---|---|---|
<V> ImmutableStack<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> ImmutableStack<V> |
collectWithIndex(FloatIntToObjectFunction<? extends V> function) |
Returns a new ImmutableStack using results obtained by applying the specified function to each element
and its corresponding index.
|
ImmutableFloatStack |
pop() |
|
ImmutableFloatStack |
pop(int count) |
|
ImmutableFloatStack |
push(float item) |
|
ImmutableFloatStack |
reject(FloatPredicate predicate) |
Returns a new FloatIterable with all of the elements in the FloatIterable that
return false for the specified predicate.
|
ImmutableFloatStack |
select(FloatPredicate predicate) |
Returns a new FloatIterable with all of the elements in the FloatIterable that
return true for the specified predicate.
|
default ImmutableFloatStack |
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, toSortedListequals, hashCode, peek, peek, peekAt, toImmutablecollectWithIndex, forEachWithIndex, getFirst, indexOf, injectIntoWithIndexappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringdefault ImmutableFloatStack tap(FloatProcedure procedure)
tap in interface FloatIterabletap in interface FloatStackImmutableFloatStack push(float item)
ImmutableFloatStack pop()
ImmutableFloatStack pop(int count)
ImmutableFloatStack select(FloatPredicate predicate)
FloatIterableselect in interface FloatIterableselect in interface FloatStackselect in interface OrderedFloatIterableImmutableFloatStack reject(FloatPredicate predicate)
FloatIterablereject in interface FloatIterablereject in interface FloatStackreject in interface OrderedFloatIterable<V> ImmutableStack<V> collect(FloatToObjectFunction<? extends V> function)
FloatIterablecollect in interface FloatIterablecollect in interface FloatStackcollect in interface OrderedFloatIterabledefault <V> ImmutableStack<V> collectWithIndex(FloatIntToObjectFunction<? extends V> function)
collectWithIndex in interface FloatStackcollectWithIndex in interface OrderedFloatIterableCopyright © 2004–2019. All rights reserved.