public interface ImmutableBooleanSet extends ImmutableBooleanCollection, BooleanSet
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableSet<V> |
collect(BooleanToObjectFunction<? extends V> function) |
ImmutableBooleanSet |
newWith(boolean element) |
ImmutableBooleanSet |
newWithAll(BooleanIterable elements) |
ImmutableBooleanSet |
newWithout(boolean element) |
ImmutableBooleanSet |
newWithoutAll(BooleanIterable elements) |
ImmutableBooleanSet |
reject(BooleanPredicate predicate) |
ImmutableBooleanSet |
select(BooleanPredicate predicate) |
equals, freeze, hashCode, 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, toStringImmutableBooleanSet select(BooleanPredicate predicate)
select in interface BooleanIterableselect in interface BooleanSetselect in interface ImmutableBooleanCollectionImmutableBooleanSet reject(BooleanPredicate predicate)
reject in interface BooleanIterablereject in interface BooleanSetreject in interface ImmutableBooleanCollection<V> ImmutableSet<V> collect(BooleanToObjectFunction<? extends V> function)
collect 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.