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