Uses of Interface
org.eclipse.collections.api.block.function.primitive.BooleanToBooleanFunction
Packages that use BooleanToBooleanFunction
Package
Description
This package contains interfaces for Eclipse Collections API.
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 BooleanToBooleanFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type BooleanToBooleanFunctionModifier and TypeMethodDescriptiondefault <R extends MutableBooleanCollection>
RBooleanIterable.collectBoolean(BooleanToBooleanFunction function, R target) Returns the targetMutableBooleanCollectionwith the results of applying the specified function on each element of the source collection.LazyBooleanIterable.collectBoolean(BooleanToBooleanFunction function) -
Uses of BooleanToBooleanFunction in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type BooleanToBooleanFunctionModifier and TypeMethodDescriptionbooleanMutableByteBooleanMap.updateValue(byte key, boolean initialValueIfAbsent, BooleanToBooleanFunction function) Updates or sets the value associated with the key by applying the function to the existing value, if one exists, or to the specified initial value if one does not.booleanMutableCharBooleanMap.updateValue(char key, boolean initialValueIfAbsent, BooleanToBooleanFunction function) Updates or sets the value associated with the key by applying the function to the existing value, if one exists, or to the specified initial value if one does not.booleanMutableDoubleBooleanMap.updateValue(double key, boolean initialValueIfAbsent, BooleanToBooleanFunction function) Updates or sets the value associated with the key by applying the function to the existing value, if one exists, or to the specified initial value if one does not.booleanMutableFloatBooleanMap.updateValue(float key, boolean initialValueIfAbsent, BooleanToBooleanFunction function) Updates or sets the value associated with the key by applying the function to the existing value, if one exists, or to the specified initial value if one does not.booleanMutableIntBooleanMap.updateValue(int key, boolean initialValueIfAbsent, BooleanToBooleanFunction function) Updates or sets the value associated with the key by applying the function to the existing value, if one exists, or to the specified initial value if one does not.booleanMutableLongBooleanMap.updateValue(long key, boolean initialValueIfAbsent, BooleanToBooleanFunction function) Updates or sets the value associated with the key by applying the function to the existing value, if one exists, or to the specified initial value if one does not.booleanMutableObjectBooleanMap.updateValue(K key, boolean initialValueIfAbsent, BooleanToBooleanFunction function) Updates or sets the value associated with the key by applying the function to the existing value, if one exists, or to the specified initial value if one does not.booleanMutableShortBooleanMap.updateValue(short key, boolean initialValueIfAbsent, BooleanToBooleanFunction function) Updates or sets the value associated with the key by applying the function to the existing value, if one exists, or to the specified initial value if one does not.