public interface ImmutableBooleanList extends ImmutableBooleanCollection, BooleanList
| Modifier and Type | Method and 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() |
equals, get, hashCode, lastIndexOf, toImmutableasReversed, getLast, injectIntoWithIndexforEachWithIndex, getFirst, indexOfallSatisfy, 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, toStringImmutableBooleanList select(BooleanPredicate predicate)
BooleanIterableselect in interface BooleanIterableselect in interface BooleanListselect in interface ImmutableBooleanCollectionselect in interface OrderedBooleanIterableselect in interface ReversibleBooleanIterableImmutableBooleanList reject(BooleanPredicate predicate)
BooleanIterablereject in interface BooleanIterablereject in interface BooleanListreject in interface ImmutableBooleanCollectionreject in interface OrderedBooleanIterablereject in interface ReversibleBooleanIterabledefault ImmutableBooleanList tap(BooleanProcedure procedure)
tap in interface BooleanIterabletap in interface BooleanListtap in interface ImmutableBooleanCollection<V> ImmutableList<V> collect(BooleanToObjectFunction<? extends V> function)
BooleanIterablecollect in interface BooleanIterablecollect in interface BooleanListcollect in interface ImmutableBooleanCollectioncollect in interface OrderedBooleanIterablecollect in interface ReversibleBooleanIterableImmutableBooleanList newWith(boolean element)
newWith in interface ImmutableBooleanCollectionImmutableBooleanList newWithout(boolean element)
newWithout in interface ImmutableBooleanCollectionImmutableBooleanList newWithAll(BooleanIterable elements)
newWithAll in interface ImmutableBooleanCollectionImmutableBooleanList newWithoutAll(BooleanIterable elements)
newWithoutAll in interface ImmutableBooleanCollectionImmutableBooleanList toReversed()
toReversed in interface BooleanListtoReversed in interface ReversibleBooleanIterableImmutableBooleanList distinct()
distinct in interface BooleanListdistinct in interface ReversibleBooleanIterableImmutableBooleanList subList(int fromIndex, int toIndex)
subList in interface BooleanListList.subList(int fromIndex, int toIndex)Copyright © 2004–2017. All rights reserved.