public interface ImmutableBooleanStack extends BooleanStack
Modifier and Type | Method and Description |
---|---|
<V> ImmutableStack<V> |
collect(BooleanToObjectFunction<? extends V> function) |
ImmutableBooleanStack |
pop() |
ImmutableBooleanStack |
pop(int count) |
ImmutableBooleanStack |
push(boolean item) |
ImmutableBooleanStack |
reject(BooleanPredicate predicate) |
ImmutableBooleanStack |
select(BooleanPredicate predicate) |
equals, hashCode, peek, peek, peekAt, toImmutable
forEachWithIndex, getFirst, indexOf, injectIntoWithIndex
allSatisfy, anySatisfy, asLazy, booleanIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, noneSatisfy, toArray, toBag, toList, toSet
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
ImmutableBooleanStack push(boolean item)
ImmutableBooleanStack pop()
ImmutableBooleanStack pop(int count)
ImmutableBooleanStack select(BooleanPredicate predicate)
select
in interface BooleanIterable
select
in interface BooleanStack
select
in interface OrderedBooleanIterable
ImmutableBooleanStack reject(BooleanPredicate predicate)
reject
in interface BooleanIterable
reject
in interface BooleanStack
reject
in interface OrderedBooleanIterable
<V> ImmutableStack<V> collect(BooleanToObjectFunction<? extends V> function)
collect
in interface BooleanIterable
collect
in interface BooleanStack
collect
in interface OrderedBooleanIterable
Copyright © 2004–2016. All rights reserved.