BooleanIterable, BooleanSet, ImmutableBooleanCollection, PrimitiveIterablepublic interface ImmutableBooleanSet extends ImmutableBooleanCollection, BooleanSet
| Modifier and Type | Method | Description |
|---|---|---|
<V> ImmutableSet<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.
|
ImmutableBooleanSet |
newWith(boolean element) |
|
ImmutableBooleanSet |
newWithAll(BooleanIterable elements) |
|
ImmutableBooleanSet |
newWithout(boolean element) |
|
ImmutableBooleanSet |
newWithoutAll(BooleanIterable elements) |
|
ImmutableBooleanSet |
reject(BooleanPredicate predicate) |
Returns a new BooleanIterable with all of the elements in the BooleanIterable that
return false for the specified predicate.
|
ImmutableBooleanSet |
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, toSetequals, freeze, hashCode, toImmutableappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringImmutableBooleanSet select(BooleanPredicate predicate)
BooleanIterableselect in interface BooleanIterableselect in interface BooleanSetselect in interface ImmutableBooleanCollectionImmutableBooleanSet reject(BooleanPredicate predicate)
BooleanIterablereject in interface BooleanIterablereject in interface BooleanSetreject in interface ImmutableBooleanCollection<V> ImmutableSet<V> collect(BooleanToObjectFunction<? extends V> function)
BooleanIterablecollect in interface BooleanIterablecollect in interface BooleanSetcollect in interface ImmutableBooleanCollectionImmutableBooleanSet newWith(boolean element)
newWith in interface ImmutableBooleanCollectionImmutableBooleanSet newWithout(boolean element)
newWithout in interface ImmutableBooleanCollectionImmutableBooleanSet newWithAll(BooleanIterable elements)
newWithAll in interface ImmutableBooleanCollectionImmutableBooleanSet newWithoutAll(BooleanIterable elements)
newWithoutAll in interface ImmutableBooleanCollectionCopyright © 2004–2017. All rights reserved.