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
Map
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 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 primitiveboolean
iterable 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 specifiedtarget
collection. -
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 MutableBooleanBag
MutableBag.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 MutableBooleanCollection
MutableCollection.collectBoolean
(BooleanFunction<? super T> booleanFunction) Returns a new primitiveboolean
iterable 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 anImmutableByteBooleanMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.ImmutableCharBooleanMapFactory.from
(Iterable<T> iterable, CharFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anImmutableCharBooleanMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.ImmutableDoubleBooleanMapFactory.from
(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anImmutableDoubleBooleanMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.ImmutableFloatBooleanMapFactory.from
(Iterable<T> iterable, FloatFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anImmutableFloatBooleanMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.ImmutableIntBooleanMapFactory.from
(Iterable<T> iterable, IntFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anImmutableIntBooleanMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.ImmutableLongBooleanMapFactory.from
(Iterable<T> iterable, LongFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anImmutableLongBooleanMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.<T,
K> ImmutableObjectBooleanMap <K> ImmutableObjectBooleanMapFactory.from
(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, BooleanFunction<? super T> valueFunction) Creates anImmutableObjectBooleanMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.ImmutableShortBooleanMapFactory.from
(Iterable<T> iterable, ShortFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anImmutableShortBooleanMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.MutableByteBooleanMapFactory.from
(Iterable<T> iterable, ByteFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anMutableByteBooleanMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.MutableCharBooleanMapFactory.from
(Iterable<T> iterable, CharFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anMutableCharBooleanMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.MutableDoubleBooleanMapFactory.from
(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anMutableDoubleBooleanMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.MutableFloatBooleanMapFactory.from
(Iterable<T> iterable, FloatFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anMutableFloatBooleanMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.MutableIntBooleanMapFactory.from
(Iterable<T> iterable, IntFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anMutableIntBooleanMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.MutableLongBooleanMapFactory.from
(Iterable<T> iterable, LongFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anMutableLongBooleanMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.<T,
K> MutableObjectBooleanMap <K> MutableObjectBooleanMapFactory.from
(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, BooleanFunction<? super T> valueFunction) Creates anMutableObjectBooleanMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.MutableShortBooleanMapFactory.from
(Iterable<T> iterable, ShortFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anMutableShortBooleanMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
. -
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 MutableBooleanList
MutableList.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> boolean
MutableByteBooleanMap.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> boolean
MutableCharBooleanMap.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> boolean
MutableDoubleBooleanMap.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> boolean
MutableFloatBooleanMap.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> boolean
MutableIntBooleanMap.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> boolean
MutableLongBooleanMap.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> boolean
MutableObjectBooleanMap.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> boolean
MutableShortBooleanMap.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.boolean
MutableObjectBooleanMap.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 MutableBooleanSet
MutableSet.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.function
Constructors 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 class
private static class
private static final class
Fields in org.eclipse.collections.impl.block.factory declared as BooleanFunctionModifier and TypeFieldDescriptionprivate final BooleanFunction
<? super T> HashingStrategies.BooleanFunctionHashingStrategy.function
private final BooleanFunction
<? super T2> Functions.BooleanFunctionChain.function2
private static final BooleanFunction
<String> StringFunctions.TO_PRIMITIVE_BOOLEAN
Methods 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 BooleanFunctionModifierConstructorDescriptionprivate
BooleanFunctionChain
(Function<T1, T2> function1, BooleanFunction<? super T2> function2) private
BooleanFunctionHashingStrategy
(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.booleanFunction
Constructors 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.function
private final BooleanFunction
<? super T> CollectBooleanIterable.function
Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type BooleanFunctionModifierConstructorDescriptionprivate
BooleanFunctionToProcedure
(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> boolean
ByteBooleanHashMap.getIfAbsentPutWith
(byte key, BooleanFunction<? super P> function, P parameter) <P> boolean
CharBooleanHashMap.getIfAbsentPutWith
(char key, BooleanFunction<? super P> function, P parameter) <P> boolean
DoubleBooleanHashMap.getIfAbsentPutWith
(double key, BooleanFunction<? super P> function, P parameter) <P> boolean
FloatBooleanHashMap.getIfAbsentPutWith
(float key, BooleanFunction<? super P> function, P parameter) <P> boolean
IntBooleanHashMap.getIfAbsentPutWith
(int key, BooleanFunction<? super P> function, P parameter) <P> boolean
LongBooleanHashMap.getIfAbsentPutWith
(long key, BooleanFunction<? super P> function, P parameter) <P> boolean
ObjectBooleanHashMap.getIfAbsentPutWith
(K key, BooleanFunction<? super P> function, P parameter) <P> boolean
ObjectBooleanHashMapWithHashingStrategy.getIfAbsentPutWith
(K key, BooleanFunction<? super P> function, P parameter) <P> boolean
ShortBooleanHashMap.getIfAbsentPutWith
(short key, BooleanFunction<? super P> function, P parameter) <P> boolean
SynchronizedByteBooleanMap.getIfAbsentPutWith
(byte key, BooleanFunction<? super P> function, P parameter) <P> boolean
SynchronizedCharBooleanMap.getIfAbsentPutWith
(char key, BooleanFunction<? super P> function, P parameter) <P> boolean
SynchronizedDoubleBooleanMap.getIfAbsentPutWith
(double key, BooleanFunction<? super P> function, P parameter) <P> boolean
SynchronizedFloatBooleanMap.getIfAbsentPutWith
(float key, BooleanFunction<? super P> function, P parameter) <P> boolean
SynchronizedIntBooleanMap.getIfAbsentPutWith
(int key, BooleanFunction<? super P> function, P parameter) <P> boolean
SynchronizedLongBooleanMap.getIfAbsentPutWith
(long key, BooleanFunction<? super P> function, P parameter) <P> boolean
SynchronizedObjectBooleanMap.getIfAbsentPutWith
(K key, BooleanFunction<? super P> function, P parameter) <P> boolean
SynchronizedShortBooleanMap.getIfAbsentPutWith
(short key, BooleanFunction<? super P> function, P parameter) <P> boolean
UnmodifiableByteBooleanMap.getIfAbsentPutWith
(byte key, BooleanFunction<? super P> function, P parameter) <P> boolean
UnmodifiableCharBooleanMap.getIfAbsentPutWith
(char key, BooleanFunction<? super P> function, P parameter) <P> boolean
UnmodifiableDoubleBooleanMap.getIfAbsentPutWith
(double key, BooleanFunction<? super P> function, P parameter) <P> boolean
UnmodifiableFloatBooleanMap.getIfAbsentPutWith
(float key, BooleanFunction<? super P> function, P parameter) <P> boolean
UnmodifiableIntBooleanMap.getIfAbsentPutWith
(int key, BooleanFunction<? super P> function, P parameter) <P> boolean
UnmodifiableLongBooleanMap.getIfAbsentPutWith
(long key, BooleanFunction<? super P> function, P parameter) <P> boolean
UnmodifiableObjectBooleanMap.getIfAbsentPutWith
(K key, BooleanFunction<? super P> function, P parameter) <P> boolean
UnmodifiableShortBooleanMap.getIfAbsentPutWith
(short key, BooleanFunction<? super P> function, P parameter) boolean
ObjectBooleanHashMap.getIfAbsentPutWithKey
(K key, BooleanFunction<? super K> function) boolean
ObjectBooleanHashMapWithHashingStrategy.getIfAbsentPutWithKey
(K key, BooleanFunction<? super K> function) boolean
SynchronizedObjectBooleanMap.getIfAbsentPutWithKey
(K key, BooleanFunction<? super K> function) boolean
UnmodifiableObjectBooleanMap.getIfAbsentPutWithKey
(K key, BooleanFunction<? super K> function) -
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> MutableBooleanList
ArrayIterate.collectBoolean
(T[] objectArray, BooleanFunction<? super T> booleanFunction) static <T,
R extends MutableBooleanCollection>
RArrayIterate.collectBoolean
(T[] objectArray, BooleanFunction<? super T> booleanFunction, R target) static <T> MutableBooleanList
ArrayListIterate.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> MutableBooleanCollection
Iterate.collectBoolean
(Iterable<T> iterable, BooleanFunction<? super T> booleanFunction) Returns a new primitiveboolean
collection 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 specifiedtarget
collection.static <T> MutableBooleanList
ListIterate.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 <T> MutableBooleanCollection
IterableIterate.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> MutableBooleanCollection
IteratorIterate.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> MutableBooleanList
RandomAccessListIterate.collectBoolean
(List<T> list, BooleanFunction<? super T> booleanFunction) static <T,
R extends MutableBooleanCollection>
RRandomAccessListIterate.collectBoolean
(List<T> list, BooleanFunction<? super T> booleanFunction, R target)