public interface ImmutableBooleanBag extends ImmutableBooleanCollection, BooleanBag
Modifier and Type | Method and Description |
---|---|
<V> ImmutableBag<V> |
collect(BooleanToObjectFunction<? extends V> function) |
ImmutableBooleanBag |
newWith(boolean element) |
ImmutableBooleanBag |
newWithAll(BooleanIterable elements) |
ImmutableBooleanBag |
newWithout(boolean element) |
ImmutableBooleanBag |
newWithoutAll(BooleanIterable elements) |
ImmutableBooleanBag |
reject(BooleanPredicate predicate) |
ImmutableBooleanBag |
select(BooleanPredicate predicate) |
equals, forEachWithOccurrences, hashCode, occurrencesOf, sizeDistinct, 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
ImmutableBooleanBag select(BooleanPredicate predicate)
select
in interface BooleanBag
select
in interface BooleanIterable
select
in interface ImmutableBooleanCollection
ImmutableBooleanBag reject(BooleanPredicate predicate)
reject
in interface BooleanBag
reject
in interface BooleanIterable
reject
in interface ImmutableBooleanCollection
<V> ImmutableBag<V> collect(BooleanToObjectFunction<? extends V> function)
collect
in interface BooleanBag
collect
in interface BooleanIterable
collect
in interface ImmutableBooleanCollection
ImmutableBooleanBag newWith(boolean element)
newWith
in interface ImmutableBooleanCollection
ImmutableBooleanBag newWithout(boolean element)
newWithout
in interface ImmutableBooleanCollection
ImmutableBooleanBag newWithAll(BooleanIterable elements)
newWithAll
in interface ImmutableBooleanCollection
ImmutableBooleanBag newWithoutAll(BooleanIterable elements)
newWithoutAll
in interface ImmutableBooleanCollection
Copyright © 2004–2016. All rights reserved.