Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.DoubleBooleanPredicate
Packages that use DoubleBooleanPredicate
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 DoubleBooleanPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type DoubleBooleanPredicateModifier and TypeMethodDescriptiondefault booleanDoubleBooleanMap.allSatisfyKeyValue(DoubleBooleanPredicate predicate) DoubleBooleanMap.reject(DoubleBooleanPredicate predicate) Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableDoubleBooleanMap.reject(DoubleBooleanPredicate predicate) MutableDoubleBooleanMap.reject(DoubleBooleanPredicate predicate) DoubleBooleanMap.select(DoubleBooleanPredicate predicate) Return a copy of this map containing only the key/value pairs that match the predicate.ImmutableDoubleBooleanMap.select(DoubleBooleanPredicate predicate) MutableDoubleBooleanMap.select(DoubleBooleanPredicate predicate)