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, toSetappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString<V> ImmutableCollection<V> collect(BooleanToObjectFunction<? extends V> function)
collect in interface BooleanIterableImmutableBooleanCollection select(BooleanPredicate predicate)
select in interface BooleanIterableImmutableBooleanCollection reject(BooleanPredicate predicate)
reject in interface BooleanIterableImmutableBooleanCollection newWith(boolean element)
ImmutableBooleanCollection newWithout(boolean element)
ImmutableBooleanCollection newWithAll(BooleanIterable elements)
ImmutableBooleanCollection newWithoutAll(BooleanIterable elements)
Copyright © 2004–2016. All rights reserved.