BooleanIterable
, BooleanList
, ImmutableBooleanCollection
, OrderedBooleanIterable
, PrimitiveIterable
, ReversibleBooleanIterable
public interface ImmutableBooleanList extends ImmutableBooleanCollection, BooleanList
Modifier and Type | Method | Description |
---|---|---|
<V> ImmutableList<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.
|
ImmutableBooleanList |
distinct() |
|
ImmutableBooleanList |
newWith(boolean element) |
|
ImmutableBooleanList |
newWithAll(BooleanIterable elements) |
|
ImmutableBooleanList |
newWithout(boolean element) |
|
ImmutableBooleanList |
newWithoutAll(BooleanIterable elements) |
|
ImmutableBooleanList |
reject(BooleanPredicate predicate) |
Returns a new BooleanIterable with all of the elements in the BooleanIterable that
return false for the specified predicate.
|
ImmutableBooleanList |
select(BooleanPredicate predicate) |
Returns a new BooleanIterable with all of the elements in the BooleanIterable that
return true for the specified predicate.
|
ImmutableBooleanList |
subList(int fromIndex,
int toIndex) |
|
default ImmutableBooleanList |
tap(BooleanProcedure procedure) |
|
ImmutableBooleanList |
toReversed() |
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, get, hashCode, lastIndexOf, toImmutable
forEachWithIndex, getFirst, indexOf
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
asReversed, getLast, injectIntoWithIndex
ImmutableBooleanList select(BooleanPredicate predicate)
BooleanIterable
select
in interface BooleanIterable
select
in interface BooleanList
select
in interface ImmutableBooleanCollection
select
in interface OrderedBooleanIterable
select
in interface ReversibleBooleanIterable
ImmutableBooleanList reject(BooleanPredicate predicate)
BooleanIterable
reject
in interface BooleanIterable
reject
in interface BooleanList
reject
in interface ImmutableBooleanCollection
reject
in interface OrderedBooleanIterable
reject
in interface ReversibleBooleanIterable
default ImmutableBooleanList tap(BooleanProcedure procedure)
tap
in interface BooleanIterable
tap
in interface BooleanList
tap
in interface ImmutableBooleanCollection
<V> ImmutableList<V> collect(BooleanToObjectFunction<? extends V> function)
BooleanIterable
collect
in interface BooleanIterable
collect
in interface BooleanList
collect
in interface ImmutableBooleanCollection
collect
in interface OrderedBooleanIterable
collect
in interface ReversibleBooleanIterable
ImmutableBooleanList newWith(boolean element)
newWith
in interface ImmutableBooleanCollection
ImmutableBooleanList newWithout(boolean element)
newWithout
in interface ImmutableBooleanCollection
ImmutableBooleanList newWithAll(BooleanIterable elements)
newWithAll
in interface ImmutableBooleanCollection
ImmutableBooleanList newWithoutAll(BooleanIterable elements)
newWithoutAll
in interface ImmutableBooleanCollection
ImmutableBooleanList toReversed()
toReversed
in interface BooleanList
toReversed
in interface ReversibleBooleanIterable
ImmutableBooleanList distinct()
distinct
in interface BooleanList
distinct
in interface ReversibleBooleanIterable
ImmutableBooleanList subList(int fromIndex, int toIndex)
subList
in interface BooleanList
List.subList(int fromIndex, int toIndex)
Copyright © 2004–2017. All rights reserved.