Uses of Interface
org.eclipse.collections.api.block.function.primitive.BooleanFunction
Packages that use BooleanFunction
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains interfaces for Bag API.
This package contains interfaces for SortedBag API.
This package contains interfaces for list API which enhance the performance and functionality of
List.This package contains interfaces for map API which enhance the performance and functionality of
MapThis 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 mutable and immutable sorted map interfaces.
This package contains interfaces for set API which enhance the performance and functionality of
Set.This package contains interfaces for sorted set API.
This package contains interfaces for stack API.
-
Uses of BooleanFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type BooleanFunctionModifier and TypeMethodDescriptionLazyIterable.collectBoolean(BooleanFunction<? super T> booleanFunction) Returns a lazy BooleanIterable which will transform the underlying iterable data to boolean values based on the booleanFunction.RichIterable.collectBoolean(BooleanFunction<? super T> booleanFunction) Returns a new primitivebooleaniterable with the results of applying the specified function on each element of the source collection.default <R extends MutableBooleanCollection>
RRichIterable.collectBoolean(BooleanFunction<? super T> booleanFunction, R target) Same asRichIterable.collectBoolean(BooleanFunction), except that the results are gathered into the specifiedtargetcollection. -
Uses of BooleanFunction in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag with parameters of type BooleanFunctionModifier and TypeMethodDescriptionImmutableBag.collectBoolean(BooleanFunction<? super T> booleanFunction) default MutableBooleanBagMutableBag.collectBoolean(BooleanFunction<? super T> booleanFunction) UnsortedBag.collectBoolean(BooleanFunction<? super T> booleanFunction) -
Uses of BooleanFunction in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted with parameters of type BooleanFunctionModifier and TypeMethodDescriptionImmutableSortedBag.collectBoolean(BooleanFunction<? super T> booleanFunction) MutableSortedBag.collectBoolean(BooleanFunction<? super T> booleanFunction) SortedBag.collectBoolean(BooleanFunction<? super T> booleanFunction) -
Uses of BooleanFunction in org.eclipse.collections.api.collection
Methods in org.eclipse.collections.api.collection with parameters of type BooleanFunctionModifier and TypeMethodDescriptionImmutableCollection.collectBoolean(BooleanFunction<? super T> booleanFunction) default MutableBooleanCollectionMutableCollection.collectBoolean(BooleanFunction<? super T> booleanFunction) Returns a new primitivebooleaniterable with the results of applying the specified function on each element of the source collection. -
Uses of BooleanFunction in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive with parameters of type BooleanFunctionModifier and TypeMethodDescriptionImmutableByteBooleanMapFactory.from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anImmutableByteBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableCharBooleanMapFactory.from(Iterable<T> iterable, CharFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anImmutableCharBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableDoubleBooleanMapFactory.from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anImmutableDoubleBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableFloatBooleanMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anImmutableFloatBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableIntBooleanMapFactory.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anImmutableIntBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableLongBooleanMapFactory.from(Iterable<T> iterable, LongFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anImmutableLongBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T,K> ImmutableObjectBooleanMap<K> ImmutableObjectBooleanMapFactory.from(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, BooleanFunction<? super T> valueFunction) Creates anImmutableObjectBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableShortBooleanMapFactory.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anImmutableShortBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableByteBooleanMapFactory.from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anMutableByteBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableCharBooleanMapFactory.from(Iterable<T> iterable, CharFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anMutableCharBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableDoubleBooleanMapFactory.from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anMutableDoubleBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableFloatBooleanMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anMutableFloatBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableIntBooleanMapFactory.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anMutableIntBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableLongBooleanMapFactory.from(Iterable<T> iterable, LongFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anMutableLongBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T,K> MutableObjectBooleanMap<K> MutableObjectBooleanMapFactory.from(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, BooleanFunction<? super T> valueFunction) Creates anMutableObjectBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableShortBooleanMapFactory.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anMutableShortBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction. -
Uses of BooleanFunction in org.eclipse.collections.api.list
Methods in org.eclipse.collections.api.list with parameters of type BooleanFunctionModifier and TypeMethodDescriptionImmutableList.collectBoolean(BooleanFunction<? super T> booleanFunction) ListIterable.collectBoolean(BooleanFunction<? super T> booleanFunction) default MutableBooleanListMutableList.collectBoolean(BooleanFunction<? super T> booleanFunction) MultiReaderList.sortThisByBoolean(BooleanFunction<? super T> function) MutableList.sortThisByBoolean(BooleanFunction<? super T> function) -
Uses of BooleanFunction in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map with parameters of type BooleanFunctionModifier and TypeMethodDescriptionImmutableMap.collectBoolean(BooleanFunction<? super V> booleanFunction) ImmutableOrderedMap.collectBoolean(BooleanFunction<? super V> booleanFunction) MutableMap.collectBoolean(BooleanFunction<? super V> booleanFunction) MutableOrderedMap.collectBoolean(BooleanFunction<? super V> booleanFunction) OrderedMap.collectBoolean(BooleanFunction<? super V> booleanFunction) UnsortedMapIterable.collectBoolean(BooleanFunction<? super V> booleanFunction) -
Uses of BooleanFunction in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type BooleanFunctionModifier and TypeMethodDescriptionImmutablePrimitiveObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction) MutablePrimitiveObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction) PrimitiveObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction) <P> booleanMutableByteBooleanMap.getIfAbsentPutWith(byte key, BooleanFunction<? super P> function, P parameter) Retrieves the value associated with the key if one exists; if it does not, invokes the value function with the parameter and associates the result with the key.<P> booleanMutableCharBooleanMap.getIfAbsentPutWith(char key, BooleanFunction<? super P> function, P parameter) Retrieves the value associated with the key if one exists; if it does not, invokes the value function with the parameter and associates the result with the key.<P> booleanMutableDoubleBooleanMap.getIfAbsentPutWith(double key, BooleanFunction<? super P> function, P parameter) Retrieves the value associated with the key if one exists; if it does not, invokes the value function with the parameter and associates the result with the key.<P> booleanMutableFloatBooleanMap.getIfAbsentPutWith(float key, BooleanFunction<? super P> function, P parameter) Retrieves the value associated with the key if one exists; if it does not, invokes the value function with the parameter and associates the result with the key.<P> booleanMutableIntBooleanMap.getIfAbsentPutWith(int key, BooleanFunction<? super P> function, P parameter) Retrieves the value associated with the key if one exists; if it does not, invokes the value function with the parameter and associates the result with the key.<P> booleanMutableLongBooleanMap.getIfAbsentPutWith(long key, BooleanFunction<? super P> function, P parameter) Retrieves the value associated with the key if one exists; if it does not, invokes the value function with the parameter and associates the result with the key.<P> booleanMutableObjectBooleanMap.getIfAbsentPutWith(K key, BooleanFunction<? super P> function, P parameter) Retrieves the value associated with the key if one exists; if it does not, invokes the value function with the parameter and associates the result with the key.<P> booleanMutableShortBooleanMap.getIfAbsentPutWith(short key, BooleanFunction<? super P> function, P parameter) Retrieves the value associated with the key if one exists; if it does not, invokes the value function with the parameter and associates the result with the key.booleanMutableObjectBooleanMap.getIfAbsentPutWithKey(K key, BooleanFunction<? super K> function) Retrieves the value associated with the key if one exists; if it does not, associates the result of invoking the value function with the key. -
Uses of BooleanFunction in org.eclipse.collections.api.map.sorted
Methods in org.eclipse.collections.api.map.sorted with parameters of type BooleanFunctionModifier and TypeMethodDescriptionImmutableSortedMap.collectBoolean(BooleanFunction<? super V> booleanFunction) MutableSortedMap.collectBoolean(BooleanFunction<? super V> booleanFunction) SortedMapIterable.collectBoolean(BooleanFunction<? super V> booleanFunction) -
Uses of BooleanFunction in org.eclipse.collections.api.ordered
Methods in org.eclipse.collections.api.ordered with parameters of type BooleanFunctionModifier and TypeMethodDescriptionOrderedIterable.collectBoolean(BooleanFunction<? super T> booleanFunction) ReversibleIterable.collectBoolean(BooleanFunction<? super T> booleanFunction) -
Uses of BooleanFunction in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set with parameters of type BooleanFunctionModifier and TypeMethodDescriptionImmutableSet.collectBoolean(BooleanFunction<? super T> booleanFunction) default MutableBooleanSetMutableSet.collectBoolean(BooleanFunction<? super T> booleanFunction) UnsortedSetIterable.collectBoolean(BooleanFunction<? super T> booleanFunction) -
Uses of BooleanFunction in org.eclipse.collections.api.set.sorted
Methods in org.eclipse.collections.api.set.sorted with parameters of type BooleanFunctionModifier and TypeMethodDescriptionImmutableSortedSet.collectBoolean(BooleanFunction<? super T> booleanFunction) MutableSortedSet.collectBoolean(BooleanFunction<? super T> booleanFunction) SortedSetIterable.collectBoolean(BooleanFunction<? super T> booleanFunction) -
Uses of BooleanFunction in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack with parameters of type BooleanFunctionModifier and TypeMethodDescriptionImmutableStack.collectBoolean(BooleanFunction<? super T> booleanFunction) MutableStack.collectBoolean(BooleanFunction<? super T> booleanFunction) StackIterable.collectBoolean(BooleanFunction<? super T> booleanFunction)