Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.LongBooleanPredicate
Packages that use LongBooleanPredicate
Package
Description
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
-
Uses of LongBooleanPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type LongBooleanPredicateModifier and TypeMethodDescriptiondefault booleanLongBooleanMap.allSatisfyKeyValue(LongBooleanPredicate predicate) ImmutableLongBooleanMap.reject(LongBooleanPredicate predicate) LongBooleanMap.reject(LongBooleanPredicate predicate) Return a copy of this map containing only the key/value pairs that do not match the predicate.MutableLongBooleanMap.reject(LongBooleanPredicate predicate) ImmutableLongBooleanMap.select(LongBooleanPredicate predicate) LongBooleanMap.select(LongBooleanPredicate predicate) Return a copy of this map containing only the key/value pairs that match the predicate.MutableLongBooleanMap.select(LongBooleanPredicate predicate)