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.
This package contains implementations for Eclipse Collections API.
This package contains implementations of the
ImmutableBag interface.This package contains implementations of the
MutableBag interface.This package contains implementations of
MutableSortedBag.This package contains implementations of the
MutableBiMap interface.This package contains implementations of the
SerializableComparator interface to compare primitive double, int and long.This package contains factory implementations for
Function, Predicate, SerializableComparator and Procedure.This package contains implementations of primitive procedures.
This package contains implementations of the
MutableCollection interface.This package contains implementations of the
LazyIterable interface.This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of the
FixedSizeList interface.This package contains implementations of the
ImmutableList interface.This package contains implementations of the
MutableList interface.This package contains implementations of the
ImmutableMap interface.This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the
MutableMap interface.This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the
MutableSortedMap interface.This package contains implementations of the
MutableSortedMap interface.This package contains the implementations of
ImmutableSet.This package contains implementations of
MutableSet.This package contains implementations of
ImmutableSortedSet.This package contains implementations of
MutableSortedSet.This package contains implementations of the
ImmutableStack interface.This package contains implementations of the
MutableStack interface.This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.
-
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) -
Uses of BooleanFunction in org.eclipse.collections.impl
Methods in org.eclipse.collections.impl with parameters of type BooleanFunctionModifier and TypeMethodDescriptionUnmodifiableRichIterable.collectBoolean(BooleanFunction<? super T> booleanFunction) <R extends MutableBooleanCollection>
RUnmodifiableRichIterable.collectBoolean(BooleanFunction<? super T> booleanFunction, R target) -
Uses of BooleanFunction in org.eclipse.collections.impl.bag
Methods in org.eclipse.collections.impl.bag with parameters of type BooleanFunctionModifier and TypeMethodDescription<R extends MutableBooleanCollection>
RAbstractBag.collectBoolean(BooleanFunction<? super T> booleanFunction, R target) -
Uses of BooleanFunction in org.eclipse.collections.impl.bag.immutable
Methods in org.eclipse.collections.impl.bag.immutable with parameters of type BooleanFunctionModifier and TypeMethodDescriptionAbstractImmutableBag.collectBoolean(BooleanFunction<? super T> booleanFunction) ImmutableEmptyBag.collectBoolean(BooleanFunction<? super T> booleanFunction) -
Uses of BooleanFunction in org.eclipse.collections.impl.bag.mutable
Methods in org.eclipse.collections.impl.bag.mutable with parameters of type BooleanFunctionModifier and TypeMethodDescriptionMultiReaderHashBag.collectBoolean(BooleanFunction<? super T> booleanFunction) MultiReaderHashBag.UntouchableMutableBag.collectBoolean(BooleanFunction<? super T> booleanFunction) SynchronizedBag.collectBoolean(BooleanFunction<? super T> booleanFunction) UnmodifiableBag.collectBoolean(BooleanFunction<? super T> booleanFunction) -
Uses of BooleanFunction in org.eclipse.collections.impl.bag.sorted.immutable
Methods in org.eclipse.collections.impl.bag.sorted.immutable with parameters of type BooleanFunctionModifier and TypeMethodDescriptionAbstractImmutableSortedBag.collectBoolean(BooleanFunction<? super T> booleanFunction) -
Uses of BooleanFunction in org.eclipse.collections.impl.bag.sorted.mutable
Methods in org.eclipse.collections.impl.bag.sorted.mutable with parameters of type BooleanFunctionModifier and TypeMethodDescriptionAbstractMutableSortedBag.collectBoolean(BooleanFunction<? super T> booleanFunction) SynchronizedSortedBag.collectBoolean(BooleanFunction<? super T> booleanFunction) UnmodifiableSortedBag.collectBoolean(BooleanFunction<? super T> booleanFunction) -
Uses of BooleanFunction in org.eclipse.collections.impl.bimap
Methods in org.eclipse.collections.impl.bimap with parameters of type BooleanFunctionModifier and TypeMethodDescription<R extends MutableBooleanCollection>
RAbstractBiMap.collectBoolean(BooleanFunction<? super V> booleanFunction, R target) -
Uses of BooleanFunction in org.eclipse.collections.impl.bimap.immutable
Methods in org.eclipse.collections.impl.bimap.immutable with parameters of type BooleanFunctionModifier and TypeMethodDescriptionAbstractImmutableBiMap.collectBoolean(BooleanFunction<? super V> booleanFunction) -
Uses of BooleanFunction in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable with parameters of type BooleanFunctionModifier and TypeMethodDescriptionAbstractMutableBiMap.collectBoolean(BooleanFunction<? super V> booleanFunction) UnmodifiableBiMap.collectBoolean(BooleanFunction<? super V> booleanFunction) <R extends MutableBooleanCollection>
RUnmodifiableBiMap.collectBoolean(BooleanFunction<? super V> booleanFunction, R target) -
Uses of BooleanFunction in org.eclipse.collections.impl.block.comparator.primitive
Fields in org.eclipse.collections.impl.block.comparator.primitive declared as BooleanFunctionModifier and TypeFieldDescriptionprivate final BooleanFunction<T> BooleanFunctionComparator.functionConstructors in org.eclipse.collections.impl.block.comparator.primitive with parameters of type BooleanFunction -
Uses of BooleanFunction in org.eclipse.collections.impl.block.factory
Classes in org.eclipse.collections.impl.block.factory that implement BooleanFunctionModifier and TypeClassDescriptionstatic final classprivate static classprivate static final classFields in org.eclipse.collections.impl.block.factory declared as BooleanFunctionModifier and TypeFieldDescriptionprivate final BooleanFunction<? super T> HashingStrategies.BooleanFunctionHashingStrategy.functionprivate final BooleanFunction<? super T2> Functions.BooleanFunctionChain.function2private static final BooleanFunction<String> StringFunctions.TO_PRIMITIVE_BOOLEANMethods in org.eclipse.collections.impl.block.factory that return BooleanFunctionModifier and TypeMethodDescriptionstatic BooleanFunction<Integer> PrimitiveFunctions.integerIsPositive()static BooleanFunction<String> StringFunctions.toPrimitiveBoolean()Methods in org.eclipse.collections.impl.block.factory with parameters of type BooleanFunctionModifier and TypeMethodDescriptionstatic <T> SerializableComparator<T> Comparators.byBooleanFunction(BooleanFunction<T> function) static <T1,T2> Functions.BooleanFunctionChain <T1, T2> Functions.chainBoolean(Function<T1, T2> function1, BooleanFunction<? super T2> function2) Functions.FunctionChain.chainBoolean(BooleanFunction<? super T3> function) static <T> HashingStrategy<T> HashingStrategies.fromBooleanFunction(BooleanFunction<? super T> function) static <T> SerializableComparator<T> Functions.toBooleanComparator(BooleanFunction<T> function) Constructors in org.eclipse.collections.impl.block.factory with parameters of type BooleanFunctionModifierConstructorDescriptionprivateBooleanFunctionChain(Function<T1, T2> function1, BooleanFunction<? super T2> function2) privateBooleanFunctionHashingStrategy(BooleanFunction<? super T> function) -
Uses of BooleanFunction in org.eclipse.collections.impl.block.procedure.primitive
Fields in org.eclipse.collections.impl.block.procedure.primitive declared as BooleanFunctionModifier and TypeFieldDescriptionprivate final BooleanFunction<? super T> CollectBooleanProcedure.booleanFunctionConstructors in org.eclipse.collections.impl.block.procedure.primitive with parameters of type BooleanFunctionModifierConstructorDescriptionCollectBooleanProcedure(BooleanFunction<? super T> booleanFunction, MutableBooleanCollection targetCollection) -
Uses of BooleanFunction in org.eclipse.collections.impl.collection
Methods in org.eclipse.collections.impl.collection with parameters of type BooleanFunctionModifier and TypeMethodDescriptionAbstractSynchronizedRichIterable.collectBoolean(BooleanFunction<? super T> booleanFunction) <R extends MutableBooleanCollection>
RAbstractSynchronizedRichIterable.collectBoolean(BooleanFunction<? super T> booleanFunction, R target) -
Uses of BooleanFunction in org.eclipse.collections.impl.collection.mutable
Methods in org.eclipse.collections.impl.collection.mutable with parameters of type BooleanFunctionModifier and TypeMethodDescription<R extends MutableBooleanCollection>
RAbstractCollectionAdapter.collectBoolean(BooleanFunction<? super T> booleanFunction, R target) <R extends MutableBooleanCollection>
RAbstractMultiReaderMutableCollection.collectBoolean(BooleanFunction<? super T> booleanFunction, R target) final <R extends MutableBooleanCollection>
RAbstractMultiReaderMutableCollection.UntouchableMutableCollection.collectBoolean(BooleanFunction<? super T> booleanFunction, R target) AbstractSynchronizedMutableCollection.collectBoolean(BooleanFunction<? super T> booleanFunction) AbstractUnmodifiableMutableCollection.collectBoolean(BooleanFunction<? super T> booleanFunction) <R extends MutableBooleanCollection>
RAbstractUnmodifiableMutableCollection.collectBoolean(BooleanFunction<? super T> booleanFunction, R target) -
Uses of BooleanFunction in org.eclipse.collections.impl.collector
Methods in org.eclipse.collections.impl.collector with parameters of type BooleanFunctionModifier and TypeMethodDescriptionstatic <T, R extends MutableBooleanCollection>
Collector<T, ?, R> Collectors2.collectBoolean(BooleanFunction<? super T> function, Supplier<R> supplier) Returns a new MutableBooleanCollection with the results of applying the specified BooleanFunction on each element of the source. -
Uses of BooleanFunction in org.eclipse.collections.impl.lazy
Methods in org.eclipse.collections.impl.lazy with parameters of type BooleanFunctionModifier and TypeMethodDescriptionAbstractLazyIterable.collectBoolean(BooleanFunction<? super T> booleanFunction) -
Uses of BooleanFunction in org.eclipse.collections.impl.lazy.primitive
Fields in org.eclipse.collections.impl.lazy.primitive declared as BooleanFunctionModifier and TypeFieldDescriptionprivate final BooleanFunction<? super T> CollectBooleanIterable.BooleanFunctionToProcedure.functionprivate final BooleanFunction<? super T> CollectBooleanIterable.functionConstructors in org.eclipse.collections.impl.lazy.primitive with parameters of type BooleanFunctionModifierConstructorDescriptionprivateBooleanFunctionToProcedure(BooleanFunction<? super T> function) CollectBooleanIterable(LazyIterable<T> adapted, BooleanFunction<? super T> function) -
Uses of BooleanFunction in org.eclipse.collections.impl.list.fixed
Methods in org.eclipse.collections.impl.list.fixed with parameters of type BooleanFunctionModifier and TypeMethodDescriptionEmptyList.sortThisByBoolean(BooleanFunction<? super T> function) SingletonList.sortThisByBoolean(BooleanFunction<? super T> function) -
Uses of BooleanFunction in org.eclipse.collections.impl.list.immutable
Methods in org.eclipse.collections.impl.list.immutable with parameters of type BooleanFunctionModifier and TypeMethodDescriptionAbstractImmutableList.collectBoolean(BooleanFunction<? super T> booleanFunction) -
Uses of BooleanFunction in org.eclipse.collections.impl.list.mutable
Methods in org.eclipse.collections.impl.list.mutable with parameters of type BooleanFunctionModifier and TypeMethodDescription<R extends MutableBooleanCollection>
RFastList.collectBoolean(BooleanFunction<? super T> booleanFunction, R target) MultiReaderFastList.collectBoolean(BooleanFunction<? super T> booleanFunction) MultiReaderFastList.UntouchableMutableList.collectBoolean(BooleanFunction<? super T> booleanFunction) SynchronizedMutableList.collectBoolean(BooleanFunction<? super T> booleanFunction) UnmodifiableMutableList.collectBoolean(BooleanFunction<? super T> booleanFunction) AbstractListAdapter.sortThisByBoolean(BooleanFunction<? super T> function) AbstractMutableList.sortThisByBoolean(BooleanFunction<? super T> function) MultiReaderFastList.sortThisByBoolean(BooleanFunction<? super T> function) MultiReaderFastList.UntouchableMutableList.sortThisByBoolean(BooleanFunction<? super T> function) SynchronizedMutableList.sortThisByBoolean(BooleanFunction<? super T> function) UnmodifiableMutableList.sortThisByBoolean(BooleanFunction<? super T> function) -
Uses of BooleanFunction in org.eclipse.collections.impl.map.immutable
Methods in org.eclipse.collections.impl.map.immutable with parameters of type BooleanFunctionModifier and TypeMethodDescriptionAbstractImmutableMap.collectBoolean(BooleanFunction<? super V> booleanFunction) -
Uses of BooleanFunction in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type BooleanFunctionModifier and TypeMethodDescriptionImmutableByteObjectEmptyMap.collectBoolean(BooleanFunction<? super V> booleanFunction) <R extends MutableBooleanCollection>
RImmutableByteObjectEmptyMap.collectBoolean(BooleanFunction<? super V> booleanFunction, R target) ImmutableByteObjectHashMap.collectBoolean(BooleanFunction<? super V> booleanFunction) <R extends MutableBooleanCollection>
RImmutableByteObjectHashMap.collectBoolean(BooleanFunction<? super V> booleanFunction, R target) ImmutableByteObjectSingletonMap.collectBoolean(BooleanFunction<? super V> booleanFunction) <R extends MutableBooleanCollection>
RImmutableByteObjectSingletonMap.collectBoolean(BooleanFunction<? super V> booleanFunction, R target) ImmutableCharObjectEmptyMap.collectBoolean(BooleanFunction<? super V> booleanFunction) <R extends MutableBooleanCollection>
RImmutableCharObjectEmptyMap.collectBoolean(BooleanFunction<? super V> booleanFunction, R target) ImmutableCharObjectHashMap.collectBoolean(BooleanFunction<? super V> booleanFunction) <R extends MutableBooleanCollection>
RImmutableCharObjectHashMap.collectBoolean(BooleanFunction<? super V> booleanFunction, R target) ImmutableCharObjectSingletonMap.collectBoolean(BooleanFunction<? super V> booleanFunction) <R extends MutableBooleanCollection>
RImmutableCharObjectSingletonMap.collectBoolean(BooleanFunction<? super V> booleanFunction, R target) ImmutableDoubleObjectEmptyMap.collectBoolean(BooleanFunction<? super V> booleanFunction) <R extends MutableBooleanCollection>
RImmutableDoubleObjectEmptyMap.collectBoolean(BooleanFunction<? super V> booleanFunction, R target) ImmutableDoubleObjectHashMap.collectBoolean(BooleanFunction<? super V> booleanFunction) <R extends MutableBooleanCollection>
RImmutableDoubleObjectHashMap.collectBoolean(BooleanFunction<? super V> booleanFunction, R target) ImmutableDoubleObjectSingletonMap.collectBoolean(BooleanFunction<? super V> booleanFunction) <R extends MutableBooleanCollection>
RImmutableDoubleObjectSingletonMap.collectBoolean(BooleanFunction<? super V> booleanFunction, R target) ImmutableFloatObjectEmptyMap.collectBoolean(BooleanFunction<? super V> booleanFunction) <R extends MutableBooleanCollection>
RImmutableFloatObjectEmptyMap.collectBoolean(BooleanFunction<? super V> booleanFunction, R target) ImmutableFloatObjectHashMap.collectBoolean(BooleanFunction<? super V> booleanFunction) <R extends MutableBooleanCollection>
RImmutableFloatObjectHashMap.collectBoolean(BooleanFunction<? super V> booleanFunction, R target) ImmutableFloatObjectSingletonMap.collectBoolean(BooleanFunction<? super V> booleanFunction) <R extends MutableBooleanCollection>
RImmutableFloatObjectSingletonMap.collectBoolean(BooleanFunction<? super V> booleanFunction, R target) ImmutableIntObjectEmptyMap.collectBoolean(BooleanFunction<? super V> booleanFunction) <R extends MutableBooleanCollection>
RImmutableIntObjectEmptyMap.collectBoolean(BooleanFunction<? super V> booleanFunction, R target) ImmutableIntObjectHashMap.collectBoolean(BooleanFunction<? super V> booleanFunction) <R extends MutableBooleanCollection>
RImmutableIntObjectHashMap.collectBoolean(BooleanFunction<? super V> booleanFunction, R target) ImmutableIntObjectSingletonMap.collectBoolean(BooleanFunction<? super V> booleanFunction) <R extends MutableBooleanCollection>
RImmutableIntObjectSingletonMap.collectBoolean(BooleanFunction<? super V> booleanFunction, R target) ImmutableLongObjectEmptyMap.collectBoolean(BooleanFunction<? super V> booleanFunction) <R extends MutableBooleanCollection>
RImmutableLongObjectEmptyMap.collectBoolean(BooleanFunction<? super V> booleanFunction, R target) ImmutableLongObjectHashMap.collectBoolean(BooleanFunction<? super V> booleanFunction) <R extends MutableBooleanCollection>
RImmutableLongObjectHashMap.collectBoolean(BooleanFunction<? super V> booleanFunction, R target) ImmutableLongObjectSingletonMap.collectBoolean(BooleanFunction<? super V> booleanFunction) <R extends MutableBooleanCollection>
RImmutableLongObjectSingletonMap.collectBoolean(BooleanFunction<? super V> booleanFunction, R target) ImmutableShortObjectEmptyMap.collectBoolean(BooleanFunction<? super V> booleanFunction) <R extends MutableBooleanCollection>
RImmutableShortObjectEmptyMap.collectBoolean(BooleanFunction<? super V> booleanFunction, R target) ImmutableShortObjectHashMap.collectBoolean(BooleanFunction<? super V> booleanFunction) <R extends MutableBooleanCollection>
RImmutableShortObjectHashMap.collectBoolean(BooleanFunction<? super V> booleanFunction, R target) ImmutableShortObjectSingletonMap.collectBoolean(BooleanFunction<? super V> booleanFunction) <R extends MutableBooleanCollection>
RImmutableShortObjectSingletonMap.collectBoolean(BooleanFunction<? super V> booleanFunction, R target) ImmutableByteBooleanMapFactoryImpl.from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) ImmutableCharBooleanMapFactoryImpl.from(Iterable<T> iterable, CharFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) ImmutableDoubleBooleanMapFactoryImpl.from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) ImmutableFloatBooleanMapFactoryImpl.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) ImmutableIntBooleanMapFactoryImpl.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) ImmutableLongBooleanMapFactoryImpl.from(Iterable<T> iterable, LongFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) <T,K> ImmutableObjectBooleanMap <K> ImmutableObjectBooleanMapFactoryImpl.from(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, BooleanFunction<? super T> valueFunction) ImmutableShortBooleanMapFactoryImpl.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) -
Uses of BooleanFunction in org.eclipse.collections.impl.map.mutable
Methods in org.eclipse.collections.impl.map.mutable with parameters of type BooleanFunctionModifier and TypeMethodDescriptionAbstractMutableMap.collectBoolean(BooleanFunction<? super V> booleanFunction) SynchronizedMutableMap.collectBoolean(BooleanFunction<? super V> booleanFunction) UnmodifiableMutableMap.collectBoolean(BooleanFunction<? super V> booleanFunction) <R extends MutableBooleanCollection>
RUnmodifiableMutableMap.collectBoolean(BooleanFunction<? super V> booleanFunction, R target) -
Uses of BooleanFunction in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type BooleanFunctionModifier and TypeMethodDescriptionByteObjectHashMap.collectBoolean(BooleanFunction<? super V> booleanFunction) CharObjectHashMap.collectBoolean(BooleanFunction<? super V> booleanFunction) DoubleObjectHashMap.collectBoolean(BooleanFunction<? super V> booleanFunction) FloatObjectHashMap.collectBoolean(BooleanFunction<? super V> booleanFunction) IntObjectHashMap.collectBoolean(BooleanFunction<? super V> booleanFunction) LongObjectHashMap.collectBoolean(BooleanFunction<? super V> booleanFunction) ShortObjectHashMap.collectBoolean(BooleanFunction<? super V> booleanFunction) SynchronizedByteObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction) <R extends MutableBooleanCollection>
RSynchronizedByteObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction, R target) SynchronizedCharObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction) <R extends MutableBooleanCollection>
RSynchronizedCharObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction, R target) SynchronizedDoubleObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction) <R extends MutableBooleanCollection>
RSynchronizedDoubleObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction, R target) SynchronizedFloatObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction) <R extends MutableBooleanCollection>
RSynchronizedFloatObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction, R target) SynchronizedIntObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction) <R extends MutableBooleanCollection>
RSynchronizedIntObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction, R target) SynchronizedLongObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction) <R extends MutableBooleanCollection>
RSynchronizedLongObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction, R target) SynchronizedShortObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction) <R extends MutableBooleanCollection>
RSynchronizedShortObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction, R target) UnmodifiableByteObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction) <R extends MutableBooleanCollection>
RUnmodifiableByteObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction, R target) UnmodifiableCharObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction) <R extends MutableBooleanCollection>
RUnmodifiableCharObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction, R target) UnmodifiableDoubleObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction) <R extends MutableBooleanCollection>
RUnmodifiableDoubleObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction, R target) UnmodifiableFloatObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction) <R extends MutableBooleanCollection>
RUnmodifiableFloatObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction, R target) UnmodifiableIntObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction) <R extends MutableBooleanCollection>
RUnmodifiableIntObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction, R target) UnmodifiableLongObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction) <R extends MutableBooleanCollection>
RUnmodifiableLongObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction, R target) UnmodifiableShortObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction) <R extends MutableBooleanCollection>
RUnmodifiableShortObjectMap.collectBoolean(BooleanFunction<? super V> booleanFunction, R target) MutableByteBooleanMapFactoryImpl.from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) MutableCharBooleanMapFactoryImpl.from(Iterable<T> iterable, CharFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) MutableDoubleBooleanMapFactoryImpl.from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) MutableFloatBooleanMapFactoryImpl.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) MutableIntBooleanMapFactoryImpl.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) MutableLongBooleanMapFactoryImpl.from(Iterable<T> iterable, LongFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) <T,K> MutableObjectBooleanMap <K> MutableObjectBooleanMapFactoryImpl.from(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, BooleanFunction<? super T> valueFunction) MutableShortBooleanMapFactoryImpl.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) <P> booleanByteBooleanHashMap.getIfAbsentPutWith(byte key, BooleanFunction<? super P> function, P parameter) <P> booleanCharBooleanHashMap.getIfAbsentPutWith(char key, BooleanFunction<? super P> function, P parameter) <P> booleanDoubleBooleanHashMap.getIfAbsentPutWith(double key, BooleanFunction<? super P> function, P parameter) <P> booleanFloatBooleanHashMap.getIfAbsentPutWith(float key, BooleanFunction<? super P> function, P parameter) <P> booleanIntBooleanHashMap.getIfAbsentPutWith(int key, BooleanFunction<? super P> function, P parameter) <P> booleanLongBooleanHashMap.getIfAbsentPutWith(long key, BooleanFunction<? super P> function, P parameter) <P> booleanObjectBooleanHashMap.getIfAbsentPutWith(K key, BooleanFunction<? super P> function, P parameter) <P> booleanObjectBooleanHashMapWithHashingStrategy.getIfAbsentPutWith(K key, BooleanFunction<? super P> function, P parameter) <P> booleanShortBooleanHashMap.getIfAbsentPutWith(short key, BooleanFunction<? super P> function, P parameter) <P> booleanSynchronizedByteBooleanMap.getIfAbsentPutWith(byte key, BooleanFunction<? super P> function, P parameter) <P> booleanSynchronizedCharBooleanMap.getIfAbsentPutWith(char key, BooleanFunction<? super P> function, P parameter) <P> booleanSynchronizedDoubleBooleanMap.getIfAbsentPutWith(double key, BooleanFunction<? super P> function, P parameter) <P> booleanSynchronizedFloatBooleanMap.getIfAbsentPutWith(float key, BooleanFunction<? super P> function, P parameter) <P> booleanSynchronizedIntBooleanMap.getIfAbsentPutWith(int key, BooleanFunction<? super P> function, P parameter) <P> booleanSynchronizedLongBooleanMap.getIfAbsentPutWith(long key, BooleanFunction<? super P> function, P parameter) <P> booleanSynchronizedObjectBooleanMap.getIfAbsentPutWith(K key, BooleanFunction<? super P> function, P parameter) <P> booleanSynchronizedShortBooleanMap.getIfAbsentPutWith(short key, BooleanFunction<? super P> function, P parameter) <P> booleanUnmodifiableByteBooleanMap.getIfAbsentPutWith(byte key, BooleanFunction<? super P> function, P parameter) <P> booleanUnmodifiableCharBooleanMap.getIfAbsentPutWith(char key, BooleanFunction<? super P> function, P parameter) <P> booleanUnmodifiableDoubleBooleanMap.getIfAbsentPutWith(double key, BooleanFunction<? super P> function, P parameter) <P> booleanUnmodifiableFloatBooleanMap.getIfAbsentPutWith(float key, BooleanFunction<? super P> function, P parameter) <P> booleanUnmodifiableIntBooleanMap.getIfAbsentPutWith(int key, BooleanFunction<? super P> function, P parameter) <P> booleanUnmodifiableLongBooleanMap.getIfAbsentPutWith(long key, BooleanFunction<? super P> function, P parameter) <P> booleanUnmodifiableObjectBooleanMap.getIfAbsentPutWith(K key, BooleanFunction<? super P> function, P parameter) <P> booleanUnmodifiableShortBooleanMap.getIfAbsentPutWith(short key, BooleanFunction<? super P> function, P parameter) booleanObjectBooleanHashMap.getIfAbsentPutWithKey(K key, BooleanFunction<? super K> function) booleanObjectBooleanHashMapWithHashingStrategy.getIfAbsentPutWithKey(K key, BooleanFunction<? super K> function) booleanSynchronizedObjectBooleanMap.getIfAbsentPutWithKey(K key, BooleanFunction<? super K> function) booleanUnmodifiableObjectBooleanMap.getIfAbsentPutWithKey(K key, BooleanFunction<? super K> function) -
Uses of BooleanFunction in org.eclipse.collections.impl.map.ordered.immutable
Methods in org.eclipse.collections.impl.map.ordered.immutable with parameters of type BooleanFunctionModifier and TypeMethodDescriptionImmutableOrderedMapAdapter.collectBoolean(BooleanFunction<? super V> booleanFunction) -
Uses of BooleanFunction in org.eclipse.collections.impl.map.ordered.mutable
Methods in org.eclipse.collections.impl.map.ordered.mutable with parameters of type BooleanFunctionModifier and TypeMethodDescriptionOrderedMapAdapter.collectBoolean(BooleanFunction<? super V> booleanFunction) UnmodifiableMutableOrderedMap.collectBoolean(BooleanFunction<? super V> booleanFunction) <R extends MutableBooleanCollection>
RUnmodifiableMutableOrderedMap.collectBoolean(BooleanFunction<? super V> booleanFunction, R target) -
Uses of BooleanFunction in org.eclipse.collections.impl.map.sorted.immutable
Methods in org.eclipse.collections.impl.map.sorted.immutable with parameters of type BooleanFunctionModifier and TypeMethodDescriptionAbstractImmutableSortedMap.collectBoolean(BooleanFunction<? super V> booleanFunction) -
Uses of BooleanFunction in org.eclipse.collections.impl.map.sorted.mutable
Methods in org.eclipse.collections.impl.map.sorted.mutable with parameters of type BooleanFunctionModifier and TypeMethodDescriptionAbstractMutableSortedMap.collectBoolean(BooleanFunction<? super V> booleanFunction) SynchronizedSortedMap.collectBoolean(BooleanFunction<? super V> booleanFunction) UnmodifiableTreeMap.collectBoolean(BooleanFunction<? super V> booleanFunction) <R extends MutableBooleanCollection>
RUnmodifiableTreeMap.collectBoolean(BooleanFunction<? super V> booleanFunction, R target) -
Uses of BooleanFunction in org.eclipse.collections.impl.set.immutable
Methods in org.eclipse.collections.impl.set.immutable with parameters of type BooleanFunctionModifier and TypeMethodDescriptionAbstractImmutableSet.collectBoolean(BooleanFunction<? super T> booleanFunction) -
Uses of BooleanFunction in org.eclipse.collections.impl.set.mutable
Methods in org.eclipse.collections.impl.set.mutable with parameters of type BooleanFunctionModifier and TypeMethodDescriptionMultiReaderUnifiedSet.collectBoolean(BooleanFunction<? super T> booleanFunction) MultiReaderUnifiedSet.UntouchableMutableSet.collectBoolean(BooleanFunction<? super T> booleanFunction) SynchronizedMutableSet.collectBoolean(BooleanFunction<? super T> booleanFunction) UnmodifiableMutableSet.collectBoolean(BooleanFunction<? super T> booleanFunction) -
Uses of BooleanFunction in org.eclipse.collections.impl.set.sorted.immutable
Methods in org.eclipse.collections.impl.set.sorted.immutable with parameters of type BooleanFunctionModifier and TypeMethodDescriptionAbstractImmutableSortedSet.collectBoolean(BooleanFunction<? super T> booleanFunction) -
Uses of BooleanFunction in org.eclipse.collections.impl.set.sorted.mutable
Methods in org.eclipse.collections.impl.set.sorted.mutable with parameters of type BooleanFunctionModifier and TypeMethodDescriptionSortedSetAdapter.collectBoolean(BooleanFunction<? super T> booleanFunction) SynchronizedSortedSet.collectBoolean(BooleanFunction<? super T> booleanFunction) TreeSortedSet.collectBoolean(BooleanFunction<? super T> booleanFunction) UnmodifiableSortedSet.collectBoolean(BooleanFunction<? super T> booleanFunction) -
Uses of BooleanFunction in org.eclipse.collections.impl.stack.immutable
Methods in org.eclipse.collections.impl.stack.immutable with parameters of type BooleanFunctionModifier and TypeMethodDescriptionImmutableArrayStack.collectBoolean(BooleanFunction<? super T> booleanFunction) Deprecated.<R extends MutableBooleanCollection>
RImmutableArrayStack.collectBoolean(BooleanFunction<? super T> booleanFunction, R target) Deprecated.ImmutableEmptyStack.collectBoolean(BooleanFunction<? super T> booleanFunction) <R extends MutableBooleanCollection>
RImmutableEmptyStack.collectBoolean(BooleanFunction<? super T> booleanFunction, R target) ImmutableNotEmptyStack.collectBoolean(BooleanFunction<? super T> function) -
Uses of BooleanFunction in org.eclipse.collections.impl.stack.mutable
Methods in org.eclipse.collections.impl.stack.mutable with parameters of type BooleanFunctionModifier and TypeMethodDescriptionArrayStack.collectBoolean(BooleanFunction<? super T> booleanFunction) <R extends MutableBooleanCollection>
RArrayStack.collectBoolean(BooleanFunction<? super T> booleanFunction, R target) SynchronizedStack.collectBoolean(BooleanFunction<? super T> booleanFunction) <R extends MutableBooleanCollection>
RSynchronizedStack.collectBoolean(BooleanFunction<? super T> booleanFunction, R target) UnmodifiableStack.collectBoolean(BooleanFunction<? super T> booleanFunction) <R extends MutableBooleanCollection>
RUnmodifiableStack.collectBoolean(BooleanFunction<? super T> booleanFunction, R target) -
Uses of BooleanFunction in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility with parameters of type BooleanFunctionModifier and TypeMethodDescriptionstatic <T> MutableBooleanListArrayIterate.collectBoolean(T[] objectArray, BooleanFunction<? super T> booleanFunction) static <T, R extends MutableBooleanCollection>
RArrayIterate.collectBoolean(T[] objectArray, BooleanFunction<? super T> booleanFunction, R target) static <T> MutableBooleanListArrayListIterate.collectBoolean(ArrayList<T> list, BooleanFunction<? super T> booleanFunction) static <T, R extends MutableBooleanCollection>
RArrayListIterate.collectBoolean(ArrayList<T> list, BooleanFunction<? super T> booleanFunction, R target) static <T> MutableBooleanCollectionIterate.collectBoolean(Iterable<T> iterable, BooleanFunction<? super T> booleanFunction) Returns a new primitivebooleancollection with the results of applying the specified booleanFunction for each element of the iterable.static <T, R extends MutableBooleanCollection>
RIterate.collectBoolean(Iterable<T> iterable, BooleanFunction<? super T> booleanFunction, R target) Same asIterate.collectBoolean(Iterable, BooleanFunction), except that the results are gathered into the specifiedtargetcollection.static <T> MutableBooleanListListIterate.collectBoolean(List<T> list, BooleanFunction<? super T> booleanFunction) static <T, R extends MutableBooleanCollection>
RListIterate.collectBoolean(List<T> list, BooleanFunction<? super T> booleanFunction, R target) static <K,V> MutableBooleanCollection MapIterate.collectBoolean(Map<K, V> map, BooleanFunction<? super V> booleanFunction) static <K, V, R extends MutableBooleanCollection>
RMapIterate.collectBoolean(Map<K, V> map, BooleanFunction<? super V> booleanFunction, R target) private static <T, R extends MutableBooleanCollection>
RArrayListIterate.collectBooleanFromInternalArray(ArrayList<T> source, BooleanFunction<? super T> booleanFunction, int elementsToCollect, R target) -
Uses of BooleanFunction in org.eclipse.collections.impl.utility.internal
Methods in org.eclipse.collections.impl.utility.internal with parameters of type BooleanFunctionModifier and TypeMethodDescriptionstatic <R extends MutableBooleanCollection, T>
RInternalArrayIterate.collectBoolean(T[] items, int size, BooleanFunction<? super T> booleanFunction, R target) Adds all array elements to the target MutableBooleanCollection after using the function supplied to convert each source element to the appropriate typestatic <T> MutableBooleanCollectionIterableIterate.collectBoolean(Iterable<T> iterable, BooleanFunction<? super T> booleanFunction) static <T, R extends MutableBooleanCollection>
RIterableIterate.collectBoolean(Iterable<T> iterable, BooleanFunction<? super T> booleanFunction, R target) static <T> MutableBooleanCollectionIteratorIterate.collectBoolean(Iterator<T> iterator, BooleanFunction<? super T> booleanFunction) static <T, R extends MutableBooleanCollection>
RIteratorIterate.collectBoolean(Iterator<T> iterator, BooleanFunction<? super T> booleanFunction, R target) static <T> MutableBooleanListRandomAccessListIterate.collectBoolean(List<T> list, BooleanFunction<? super T> booleanFunction) static <T, R extends MutableBooleanCollection>
RRandomAccessListIterate.collectBoolean(List<T> list, BooleanFunction<? super T> booleanFunction, R target)