BooleanIterable, ObjectBooleanMap<K>, PrimitiveIterableAbstractImmutableObjectBooleanMappublic interface ImmutableObjectBooleanMap<K> extends ObjectBooleanMap<K>
| Modifier and Type | Method | Description |
|---|---|---|
<V> ImmutableCollection<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.
|
ImmutableObjectBooleanMap<K> |
newWithKeyValue(K key,
boolean value) |
|
ImmutableObjectBooleanMap<K> |
newWithoutAllKeys(java.lang.Iterable<? extends K> keys) |
|
ImmutableObjectBooleanMap<K> |
newWithoutKey(K key) |
|
ImmutableBooleanCollection |
reject(BooleanPredicate predicate) |
Returns a new BooleanIterable with all of the elements in the BooleanIterable that
return false for the specified predicate.
|
ImmutableObjectBooleanMap<K> |
reject(ObjectBooleanPredicate<? super K> predicate) |
|
ImmutableBooleanCollection |
select(BooleanPredicate predicate) |
Returns a new BooleanIterable with all of the elements in the BooleanIterable that
return true for the specified predicate.
|
ImmutableObjectBooleanMap<K> |
select(ObjectBooleanPredicate<? super K> predicate) |
|
default ImmutableObjectBooleanMap<K> |
tap(BooleanProcedure procedure) |
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, toSetcontainsKey, containsValue, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, keySet, keysView, keyValuesView, toImmutable, toString, valuesappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeImmutableObjectBooleanMap<K> select(ObjectBooleanPredicate<? super K> predicate)
select in interface ObjectBooleanMap<K>ImmutableObjectBooleanMap<K> reject(ObjectBooleanPredicate<? super K> predicate)
reject in interface ObjectBooleanMap<K>ImmutableBooleanCollection select(BooleanPredicate predicate)
BooleanIterableselect in interface BooleanIterableImmutableBooleanCollection reject(BooleanPredicate predicate)
BooleanIterablereject in interface BooleanIterabledefault ImmutableObjectBooleanMap<K> tap(BooleanProcedure procedure)
tap in interface BooleanIterabletap in interface ObjectBooleanMap<K><V> ImmutableCollection<V> collect(BooleanToObjectFunction<? extends V> function)
BooleanIterablecollect in interface BooleanIterableImmutableObjectBooleanMap<K> newWithKeyValue(K key, boolean value)
ImmutableObjectBooleanMap<K> newWithoutKey(K key)
ImmutableObjectBooleanMap<K> newWithoutAllKeys(java.lang.Iterable<? extends K> keys)
Copyright © 2004–2017. All rights reserved.