BooleanIterable
, BooleanStack
, OrderedBooleanIterable
, PrimitiveIterable
public interface ImmutableBooleanStack extends BooleanStack
Modifier and Type | Method | 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.
|
allSatisfy, 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, toSet
equals, hashCode, peek, peek, peekAt, toImmutable
forEachWithIndex, getFirst, indexOf, injectIntoWithIndex
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
ImmutableBooleanStack push(boolean item)
ImmutableBooleanStack pop()
ImmutableBooleanStack pop(int count)
ImmutableBooleanStack select(BooleanPredicate predicate)
BooleanIterable
select
in interface BooleanIterable
select
in interface BooleanStack
select
in interface OrderedBooleanIterable
ImmutableBooleanStack reject(BooleanPredicate predicate)
BooleanIterable
reject
in interface BooleanIterable
reject
in interface BooleanStack
reject
in interface OrderedBooleanIterable
<V> ImmutableStack<V> collect(BooleanToObjectFunction<? extends V> function)
BooleanIterable
collect
in interface BooleanIterable
collect
in interface BooleanStack
collect
in interface OrderedBooleanIterable
Copyright © 2004–2017. All rights reserved.