public interface ImmutableBooleanStack extends BooleanStack
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableStack<V> |
collect(BooleanToObjectFunction<? extends V> function)
Returns a new collection with the results of applying the specified function on each element of the source
collection.
|
ImmutableBooleanStack |
pop() |
ImmutableBooleanStack |
pop(int count) |
ImmutableBooleanStack |
push(boolean item) |
ImmutableBooleanStack |
reject(BooleanPredicate predicate)
Returns a new BooleanIterable with all of the elements in the BooleanIterable that
return false for the specified predicate.
|
ImmutableBooleanStack |
select(BooleanPredicate predicate)
Returns a new BooleanIterable with all of the elements in the BooleanIterable that
return true for the specified predicate.
|
default ImmutableBooleanStack |
tap(BooleanProcedure procedure) |
equals, hashCode, peek, peek, peekAt, toImmutableforEachWithIndex, getFirst, indexOf, injectIntoWithIndexallSatisfy, anySatisfy, asLazy, booleanIterator, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, noneSatisfy, reject, select, toArray, toBag, toList, toSetappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringdefault ImmutableBooleanStack tap(BooleanProcedure procedure)
tap in interface BooleanIterabletap in interface BooleanStackImmutableBooleanStack push(boolean item)
ImmutableBooleanStack pop()
ImmutableBooleanStack pop(int count)
ImmutableBooleanStack select(BooleanPredicate predicate)
BooleanIterableselect in interface BooleanIterableselect in interface BooleanStackselect in interface OrderedBooleanIterableImmutableBooleanStack reject(BooleanPredicate predicate)
BooleanIterablereject in interface BooleanIterablereject in interface BooleanStackreject in interface OrderedBooleanIterable<V> ImmutableStack<V> collect(BooleanToObjectFunction<? extends V> function)
BooleanIterablecollect in interface BooleanIterablecollect in interface BooleanStackcollect in interface OrderedBooleanIterableCopyright © 2004–2017. All rights reserved.