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, 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
ImmutableBooleanSet select(BooleanPredicate predicate)
select
in interface BooleanIterable
select
in interface BooleanSet
select
in interface ImmutableBooleanCollection
ImmutableBooleanSet reject(BooleanPredicate predicate)
reject
in interface BooleanIterable
reject
in interface BooleanSet
reject
in interface ImmutableBooleanCollection
<V> ImmutableSet<V> collect(BooleanToObjectFunction<? extends V> function)
collect
in interface BooleanIterable
collect
in interface BooleanSet
collect
in interface ImmutableBooleanCollection
ImmutableBooleanSet newWith(boolean element)
newWith
in interface ImmutableBooleanCollection
ImmutableBooleanSet newWithout(boolean element)
newWithout
in interface ImmutableBooleanCollection
ImmutableBooleanSet newWithAll(BooleanIterable elements)
newWithAll
in interface ImmutableBooleanCollection
ImmutableBooleanSet newWithoutAll(BooleanIterable elements)
newWithoutAll
in interface ImmutableBooleanCollection
Copyright © 2004–2016. All rights reserved.