BooleanIterable
, ObjectBooleanMap<K>
, PrimitiveIterable
AbstractImmutableObjectBooleanMap
public 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, toSet
containsKey, containsValue, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, keySet, keysView, keyValuesView, toImmutable, toString, values
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
ImmutableObjectBooleanMap<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)
BooleanIterable
select
in interface BooleanIterable
ImmutableBooleanCollection reject(BooleanPredicate predicate)
BooleanIterable
reject
in interface BooleanIterable
default ImmutableObjectBooleanMap<K> tap(BooleanProcedure procedure)
tap
in interface BooleanIterable
tap
in interface ObjectBooleanMap<K>
<V> ImmutableCollection<V> collect(BooleanToObjectFunction<? extends V> function)
BooleanIterable
collect
in interface BooleanIterable
ImmutableObjectBooleanMap<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.