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.
This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
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. -
Uses of BooleanToBooleanFunction in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type BooleanToBooleanFunctionModifier and TypeMethodDescriptionAbstractLazyBooleanIterable.collectBoolean(BooleanToBooleanFunction function) Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type BooleanToBooleanFunctionModifierConstructorDescriptionCollectBooleanToBooleanIterable(BooleanIterable iterable, BooleanToBooleanFunction function) -
Uses of BooleanToBooleanFunction in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type BooleanToBooleanFunctionModifier and TypeMethodDescriptionbooleanByteBooleanHashMap.updateValue(byte key, boolean initialValueIfAbsent, BooleanToBooleanFunction function) booleanCharBooleanHashMap.updateValue(char key, boolean initialValueIfAbsent, BooleanToBooleanFunction function) booleanDoubleBooleanHashMap.updateValue(double key, boolean initialValueIfAbsent, BooleanToBooleanFunction function) booleanFloatBooleanHashMap.updateValue(float key, boolean initialValueIfAbsent, BooleanToBooleanFunction function) booleanIntBooleanHashMap.updateValue(int key, boolean initialValueIfAbsent, BooleanToBooleanFunction function) booleanLongBooleanHashMap.updateValue(long key, boolean initialValueIfAbsent, BooleanToBooleanFunction function) booleanObjectBooleanHashMap.updateValue(K key, boolean initialValueIfAbsent, BooleanToBooleanFunction function) booleanObjectBooleanHashMapWithHashingStrategy.updateValue(K key, boolean initialValueIfAbsent, BooleanToBooleanFunction function) booleanShortBooleanHashMap.updateValue(short key, boolean initialValueIfAbsent, BooleanToBooleanFunction function) booleanSynchronizedByteBooleanMap.updateValue(byte key, boolean initialValueIfAbsent, BooleanToBooleanFunction function) booleanSynchronizedCharBooleanMap.updateValue(char key, boolean initialValueIfAbsent, BooleanToBooleanFunction function) booleanSynchronizedDoubleBooleanMap.updateValue(double key, boolean initialValueIfAbsent, BooleanToBooleanFunction function) booleanSynchronizedFloatBooleanMap.updateValue(float key, boolean initialValueIfAbsent, BooleanToBooleanFunction function) booleanSynchronizedIntBooleanMap.updateValue(int key, boolean initialValueIfAbsent, BooleanToBooleanFunction function) booleanSynchronizedLongBooleanMap.updateValue(long key, boolean initialValueIfAbsent, BooleanToBooleanFunction function) booleanSynchronizedObjectBooleanMap.updateValue(K key, boolean initialValueIfAbsent, BooleanToBooleanFunction function) booleanSynchronizedShortBooleanMap.updateValue(short key, boolean initialValueIfAbsent, BooleanToBooleanFunction function) booleanUnmodifiableByteBooleanMap.updateValue(byte key, boolean initialValueIfAbsent, BooleanToBooleanFunction function) booleanUnmodifiableCharBooleanMap.updateValue(char key, boolean initialValueIfAbsent, BooleanToBooleanFunction function) booleanUnmodifiableDoubleBooleanMap.updateValue(double key, boolean initialValueIfAbsent, BooleanToBooleanFunction function) booleanUnmodifiableFloatBooleanMap.updateValue(float key, boolean initialValueIfAbsent, BooleanToBooleanFunction function) booleanUnmodifiableIntBooleanMap.updateValue(int key, boolean initialValueIfAbsent, BooleanToBooleanFunction function) booleanUnmodifiableLongBooleanMap.updateValue(long key, boolean initialValueIfAbsent, BooleanToBooleanFunction function) booleanUnmodifiableObjectBooleanMap.updateValue(K key, boolean initialValueIfAbsent, BooleanToBooleanFunction function) booleanUnmodifiableShortBooleanMap.updateValue(short key, boolean initialValueIfAbsent, BooleanToBooleanFunction function)