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
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
ImmutableBooleanStack reject(BooleanPredicate predicate)
reject
in interface BooleanIterable
reject
in interface BooleanStack
<V> ImmutableStack<V> collect(BooleanToObjectFunction<? extends V> function)
collect
in interface BooleanIterable
collect
in interface BooleanStack
Copyright © 2004–2016. All rights reserved.