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, toImmutableallSatisfy, anySatisfy, asLazy, booleanIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, noneSatisfy, toArray, toBag, toList, toSetappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringImmutableBooleanBag select(BooleanPredicate predicate)
select in interface BooleanBagselect in interface BooleanIterableselect in interface ImmutableBooleanCollectionImmutableBooleanBag reject(BooleanPredicate predicate)
reject in interface BooleanBagreject in interface BooleanIterablereject in interface ImmutableBooleanCollection<V> ImmutableBag<V> collect(BooleanToObjectFunction<? extends V> function)
collect in interface BooleanBagcollect in interface BooleanIterablecollect in interface ImmutableBooleanCollectionImmutableBooleanBag newWith(boolean element)
newWith in interface ImmutableBooleanCollectionImmutableBooleanBag newWithout(boolean element)
newWithout in interface ImmutableBooleanCollectionImmutableBooleanBag newWithAll(BooleanIterable elements)
newWithAll in interface ImmutableBooleanCollectionImmutableBooleanBag newWithoutAll(BooleanIterable elements)
newWithoutAll in interface ImmutableBooleanCollectionCopyright © 2004–2017. All rights reserved.