Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate
Packages that use BooleanPredicate
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains mutable and immutable primitive collection API.
This package contains mutable and immutable primitive list API.
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains API for mutable and immutable primitive sets.
This package contains mutable and immutable primitive stack API.
This package contains implementations of the mutable primitive bag interfaces.
This package contains factory implementations for primitive functions, primitive predicates, primitive procedures and primitive comparators.
This package contains implementations of primitive functions.
This package contains implementations of primitive procedures.
This package contains implementations of the mutable primitive collection interfaces.
This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of BooleanPredicate in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type BooleanPredicateModifier and TypeMethodDescriptionboolean
BooleanIterable.allSatisfy
(BooleanPredicate predicate) Returns true if all of the elements in the BooleanIterable return true for the specified predicate, otherwise returns false.boolean
BooleanIterable.anySatisfy
(BooleanPredicate predicate) Returns true if any of the elements in the BooleanIterable return true for the specified predicate, otherwise returns false.int
BooleanIterable.count
(BooleanPredicate predicate) Returns a count of the number of elements in the BooleanIterable that return true for the specified predicate.boolean
BooleanIterable.detectIfNone
(BooleanPredicate predicate, boolean ifNone) default boolean
BooleanIterable.noneSatisfy
(BooleanPredicate predicate) Returns true if none of the elements in the BooleanIterable return true for the specified predicate, otherwise returns false.BooleanIterable.reject
(BooleanPredicate predicate) Returns a new BooleanIterable with all of the elements in the BooleanIterable that return false for the specified predicate.default <R extends MutableBooleanCollection>
RBooleanIterable.reject
(BooleanPredicate predicate, R target) Same asBooleanIterable.reject(BooleanPredicate)
, only the results are added to the target MutableBooleanCollection.LazyBooleanIterable.reject
(BooleanPredicate predicate) BooleanIterable.select
(BooleanPredicate predicate) Returns a new BooleanIterable with all of the elements in the BooleanIterable that return true for the specified predicate.default <R extends MutableBooleanCollection>
RBooleanIterable.select
(BooleanPredicate predicate, R target) Same asBooleanIterable.select(BooleanPredicate)
, only the results are added to the target MutableBooleanCollection.LazyBooleanIterable.select
(BooleanPredicate predicate) -
Uses of BooleanPredicate in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive with parameters of type BooleanPredicateModifier and TypeMethodDescriptionBooleanBag.reject
(BooleanPredicate predicate) ImmutableBooleanBag.reject
(BooleanPredicate predicate) MutableBooleanBag.reject
(BooleanPredicate predicate) BooleanBag.select
(BooleanPredicate predicate) ImmutableBooleanBag.select
(BooleanPredicate predicate) MutableBooleanBag.select
(BooleanPredicate predicate) -
Uses of BooleanPredicate in org.eclipse.collections.api.collection.primitive
Methods in org.eclipse.collections.api.collection.primitive with parameters of type BooleanPredicateModifier and TypeMethodDescriptionImmutableBooleanCollection.reject
(BooleanPredicate predicate) MutableBooleanCollection.reject
(BooleanPredicate predicate) default boolean
MutableBooleanCollection.removeIf
(BooleanPredicate predicate) ImmutableBooleanCollection.select
(BooleanPredicate predicate) MutableBooleanCollection.select
(BooleanPredicate predicate) -
Uses of BooleanPredicate in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type BooleanPredicateModifier and TypeMethodDescriptionBooleanList.reject
(BooleanPredicate predicate) ImmutableBooleanList.reject
(BooleanPredicate predicate) MutableBooleanList.reject
(BooleanPredicate predicate) BooleanList.select
(BooleanPredicate predicate) ImmutableBooleanList.select
(BooleanPredicate predicate) MutableBooleanList.select
(BooleanPredicate predicate) -
Uses of BooleanPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type BooleanPredicateModifier and TypeMethodDescriptionBooleanValuesMap.reject
(BooleanPredicate predicate) ImmutableByteBooleanMap.reject
(BooleanPredicate predicate) ImmutableCharBooleanMap.reject
(BooleanPredicate predicate) ImmutableDoubleBooleanMap.reject
(BooleanPredicate predicate) ImmutableFloatBooleanMap.reject
(BooleanPredicate predicate) ImmutableIntBooleanMap.reject
(BooleanPredicate predicate) ImmutableLongBooleanMap.reject
(BooleanPredicate predicate) ImmutableObjectBooleanMap.reject
(BooleanPredicate predicate) ImmutableShortBooleanMap.reject
(BooleanPredicate predicate) MutableBooleanValuesMap.reject
(BooleanPredicate predicate) MutableObjectBooleanMap.reject
(BooleanPredicate predicate) BooleanValuesMap.select
(BooleanPredicate predicate) ImmutableByteBooleanMap.select
(BooleanPredicate predicate) ImmutableCharBooleanMap.select
(BooleanPredicate predicate) ImmutableDoubleBooleanMap.select
(BooleanPredicate predicate) ImmutableFloatBooleanMap.select
(BooleanPredicate predicate) ImmutableIntBooleanMap.select
(BooleanPredicate predicate) ImmutableLongBooleanMap.select
(BooleanPredicate predicate) ImmutableObjectBooleanMap.select
(BooleanPredicate predicate) ImmutableShortBooleanMap.select
(BooleanPredicate predicate) MutableBooleanValuesMap.select
(BooleanPredicate predicate) MutableObjectBooleanMap.select
(BooleanPredicate predicate) -
Uses of BooleanPredicate in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive with parameters of type BooleanPredicateModifier and TypeMethodDescriptionOrderedBooleanIterable.reject
(BooleanPredicate predicate) ReversibleBooleanIterable.reject
(BooleanPredicate predicate) OrderedBooleanIterable.select
(BooleanPredicate predicate) ReversibleBooleanIterable.select
(BooleanPredicate predicate) -
Uses of BooleanPredicate in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive with parameters of type BooleanPredicateModifier and TypeMethodDescriptionBooleanSet.reject
(BooleanPredicate predicate) ImmutableBooleanSet.reject
(BooleanPredicate predicate) MutableBooleanSet.reject
(BooleanPredicate predicate) BooleanSet.select
(BooleanPredicate predicate) ImmutableBooleanSet.select
(BooleanPredicate predicate) MutableBooleanSet.select
(BooleanPredicate predicate) -
Uses of BooleanPredicate in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive with parameters of type BooleanPredicateModifier and TypeMethodDescriptionBooleanStack.reject
(BooleanPredicate predicate) ImmutableBooleanStack.reject
(BooleanPredicate predicate) MutableBooleanStack.reject
(BooleanPredicate predicate) BooleanStack.select
(BooleanPredicate predicate) ImmutableBooleanStack.select
(BooleanPredicate predicate) MutableBooleanStack.select
(BooleanPredicate predicate) -
Uses of BooleanPredicate in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type BooleanPredicateModifier and TypeMethodDescriptionboolean
BooleanHashBag.allSatisfy
(BooleanPredicate predicate) boolean
BooleanHashBag.anySatisfy
(BooleanPredicate predicate) int
BooleanHashBag.count
(BooleanPredicate predicate) boolean
BooleanHashBag.detectIfNone
(BooleanPredicate predicate, boolean ifNone) boolean
BooleanHashBag.noneSatisfy
(BooleanPredicate predicate) BooleanHashBag.reject
(BooleanPredicate predicate) SynchronizedBooleanBag.reject
(BooleanPredicate predicate) UnmodifiableBooleanBag.reject
(BooleanPredicate predicate) BooleanHashBag.select
(BooleanPredicate predicate) SynchronizedBooleanBag.select
(BooleanPredicate predicate) UnmodifiableBooleanBag.select
(BooleanPredicate predicate) -
Uses of BooleanPredicate in org.eclipse.collections.impl.block.factory.primitive
Methods in org.eclipse.collections.impl.block.factory.primitive that return BooleanPredicateModifier and TypeMethodDescriptionstatic BooleanPredicate
BooleanPredicates.alwaysFalse()
static BooleanPredicate
BooleanPredicates.alwaysTrue()
static BooleanPredicate
BooleanPredicates.and
(BooleanPredicate one, BooleanPredicate two) static BooleanPredicate
BooleanPredicates.equal
(boolean expected) static BooleanPredicate
BooleanPredicates.isFalse()
static BooleanPredicate
BooleanPredicates.isTrue()
static BooleanPredicate
BooleanPredicates.not
(boolean expected) static BooleanPredicate
BooleanPredicates.not
(BooleanPredicate negate) static BooleanPredicate
BooleanPredicates.or
(BooleanPredicate one, BooleanPredicate two) Methods in org.eclipse.collections.impl.block.factory.primitive with parameters of type BooleanPredicateModifier and TypeMethodDescriptionstatic BooleanPredicate
BooleanPredicates.and
(BooleanPredicate one, BooleanPredicate two) static BooleanPredicate
BooleanPredicates.not
(BooleanPredicate negate) static BooleanPredicate
BooleanPredicates.or
(BooleanPredicate one, BooleanPredicate two) -
Uses of BooleanPredicate in org.eclipse.collections.impl.block.function.primitive
Methods in org.eclipse.collections.impl.block.function.primitive with parameters of type BooleanPredicateModifier and TypeMethodDescriptionBooleanCaseFunction.addCase
(BooleanPredicate predicate, BooleanToObjectFunction<? extends V> function) -
Uses of BooleanPredicate in org.eclipse.collections.impl.block.procedure.primitive
Methods in org.eclipse.collections.impl.block.procedure.primitive with parameters of type BooleanPredicateModifier and TypeMethodDescriptionBooleanCaseProcedure.addCase
(BooleanPredicate predicate, BooleanProcedure procedure) -
Uses of BooleanPredicate in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type BooleanPredicateModifier and TypeMethodDescriptionboolean
AbstractSynchronizedBooleanCollection.allSatisfy
(BooleanPredicate predicate) boolean
AbstractUnmodifiableBooleanCollection.allSatisfy
(BooleanPredicate predicate) boolean
AbstractSynchronizedBooleanCollection.anySatisfy
(BooleanPredicate predicate) boolean
AbstractUnmodifiableBooleanCollection.anySatisfy
(BooleanPredicate predicate) int
AbstractSynchronizedBooleanCollection.count
(BooleanPredicate predicate) int
AbstractUnmodifiableBooleanCollection.count
(BooleanPredicate predicate) boolean
AbstractSynchronizedBooleanCollection.detectIfNone
(BooleanPredicate predicate, boolean ifNone) boolean
AbstractUnmodifiableBooleanCollection.detectIfNone
(BooleanPredicate predicate, boolean ifNone) boolean
AbstractSynchronizedBooleanCollection.noneSatisfy
(BooleanPredicate predicate) boolean
AbstractUnmodifiableBooleanCollection.noneSatisfy
(BooleanPredicate predicate) AbstractSynchronizedBooleanCollection.reject
(BooleanPredicate predicate) AbstractUnmodifiableBooleanCollection.reject
(BooleanPredicate predicate) boolean
AbstractSynchronizedBooleanCollection.removeIf
(BooleanPredicate predicate) boolean
AbstractUnmodifiableBooleanCollection.removeIf
(BooleanPredicate predicate) AbstractSynchronizedBooleanCollection.select
(BooleanPredicate predicate) AbstractUnmodifiableBooleanCollection.select
(BooleanPredicate predicate) -
Uses of BooleanPredicate in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type BooleanPredicateModifier and TypeMethodDescriptionboolean
AbstractLazyBooleanIterable.allSatisfy
(BooleanPredicate predicate) boolean
CollectBooleanIterable.allSatisfy
(BooleanPredicate predicate) boolean
LazyBooleanIterableAdapter.allSatisfy
(BooleanPredicate predicate) boolean
SelectBooleanIterable.allSatisfy
(BooleanPredicate predicate) boolean
TapBooleanIterable.allSatisfy
(BooleanPredicate predicate) boolean
AbstractLazyBooleanIterable.anySatisfy
(BooleanPredicate predicate) boolean
CollectBooleanIterable.anySatisfy
(BooleanPredicate predicate) boolean
LazyBooleanIterableAdapter.anySatisfy
(BooleanPredicate predicate) boolean
SelectBooleanIterable.anySatisfy
(BooleanPredicate predicate) boolean
TapBooleanIterable.anySatisfy
(BooleanPredicate predicate) int
AbstractLazyBooleanIterable.count
(BooleanPredicate predicate) int
CollectBooleanIterable.count
(BooleanPredicate predicate) int
LazyBooleanIterableAdapter.count
(BooleanPredicate predicate) int
SelectBooleanIterable.count
(BooleanPredicate predicate) boolean
AbstractLazyBooleanIterable.detectIfNone
(BooleanPredicate predicate, boolean ifNone) boolean
LazyBooleanIterableAdapter.detectIfNone
(BooleanPredicate predicate, boolean ifNone) boolean
TapBooleanIterable.detectIfNone
(BooleanPredicate predicate, boolean ifNone) boolean
AbstractLazyBooleanIterable.noneSatisfy
(BooleanPredicate predicate) boolean
CollectBooleanIterable.noneSatisfy
(BooleanPredicate predicate) boolean
LazyBooleanIterableAdapter.noneSatisfy
(BooleanPredicate predicate) boolean
TapBooleanIterable.noneSatisfy
(BooleanPredicate predicate) AbstractLazyBooleanIterable.reject
(BooleanPredicate predicate) AbstractLazyBooleanIterable.select
(BooleanPredicate predicate) Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type BooleanPredicateModifierConstructorDescriptionSelectBooleanIterable
(BooleanIterable delegate, BooleanPredicate predicate) -
Uses of BooleanPredicate in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type BooleanPredicateModifier and TypeMethodDescriptionboolean
BooleanArrayList.allSatisfy
(BooleanPredicate predicate) boolean
BooleanArrayList.anySatisfy
(BooleanPredicate predicate) int
BooleanArrayList.count
(BooleanPredicate predicate) boolean
BooleanArrayList.detectIfNone
(BooleanPredicate predicate, boolean ifNone) boolean
BooleanArrayList.noneSatisfy
(BooleanPredicate predicate) BooleanArrayList.reject
(BooleanPredicate predicate) SynchronizedBooleanList.reject
(BooleanPredicate predicate) UnmodifiableBooleanList.reject
(BooleanPredicate predicate) boolean
BooleanArrayList.removeIf
(BooleanPredicate predicate) BooleanArrayList.select
(BooleanPredicate predicate) SynchronizedBooleanList.select
(BooleanPredicate predicate) UnmodifiableBooleanList.select
(BooleanPredicate predicate) -
Uses of BooleanPredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type BooleanPredicateModifier and TypeMethodDescriptionboolean
AbstractMutableBooleanValuesMap.allSatisfy
(BooleanPredicate predicate) boolean
ObjectBooleanHashMap.allSatisfy
(BooleanPredicate predicate) boolean
ObjectBooleanHashMapWithHashingStrategy.allSatisfy
(BooleanPredicate predicate) boolean
SynchronizedByteBooleanMap.allSatisfy
(BooleanPredicate predicate) boolean
SynchronizedCharBooleanMap.allSatisfy
(BooleanPredicate predicate) boolean
SynchronizedDoubleBooleanMap.allSatisfy
(BooleanPredicate predicate) boolean
SynchronizedFloatBooleanMap.allSatisfy
(BooleanPredicate predicate) boolean
SynchronizedIntBooleanMap.allSatisfy
(BooleanPredicate predicate) boolean
SynchronizedLongBooleanMap.allSatisfy
(BooleanPredicate predicate) boolean
SynchronizedObjectBooleanMap.allSatisfy
(BooleanPredicate predicate) boolean
SynchronizedShortBooleanMap.allSatisfy
(BooleanPredicate predicate) boolean
UnmodifiableByteBooleanMap.allSatisfy
(BooleanPredicate predicate) boolean
UnmodifiableCharBooleanMap.allSatisfy
(BooleanPredicate predicate) boolean
UnmodifiableDoubleBooleanMap.allSatisfy
(BooleanPredicate predicate) boolean
UnmodifiableFloatBooleanMap.allSatisfy
(BooleanPredicate predicate) boolean
UnmodifiableIntBooleanMap.allSatisfy
(BooleanPredicate predicate) boolean
UnmodifiableLongBooleanMap.allSatisfy
(BooleanPredicate predicate) boolean
UnmodifiableObjectBooleanMap.allSatisfy
(BooleanPredicate predicate) boolean
UnmodifiableShortBooleanMap.allSatisfy
(BooleanPredicate predicate) boolean
AbstractMutableBooleanValuesMap.anySatisfy
(BooleanPredicate predicate) boolean
ObjectBooleanHashMap.anySatisfy
(BooleanPredicate predicate) boolean
ObjectBooleanHashMapWithHashingStrategy.anySatisfy
(BooleanPredicate predicate) boolean
SynchronizedByteBooleanMap.anySatisfy
(BooleanPredicate predicate) boolean
SynchronizedCharBooleanMap.anySatisfy
(BooleanPredicate predicate) boolean
SynchronizedDoubleBooleanMap.anySatisfy
(BooleanPredicate predicate) boolean
SynchronizedFloatBooleanMap.anySatisfy
(BooleanPredicate predicate) boolean
SynchronizedIntBooleanMap.anySatisfy
(BooleanPredicate predicate) boolean
SynchronizedLongBooleanMap.anySatisfy
(BooleanPredicate predicate) boolean
SynchronizedObjectBooleanMap.anySatisfy
(BooleanPredicate predicate) boolean
SynchronizedShortBooleanMap.anySatisfy
(BooleanPredicate predicate) boolean
UnmodifiableByteBooleanMap.anySatisfy
(BooleanPredicate predicate) boolean
UnmodifiableCharBooleanMap.anySatisfy
(BooleanPredicate predicate) boolean
UnmodifiableDoubleBooleanMap.anySatisfy
(BooleanPredicate predicate) boolean
UnmodifiableFloatBooleanMap.anySatisfy
(BooleanPredicate predicate) boolean
UnmodifiableIntBooleanMap.anySatisfy
(BooleanPredicate predicate) boolean
UnmodifiableLongBooleanMap.anySatisfy
(BooleanPredicate predicate) boolean
UnmodifiableObjectBooleanMap.anySatisfy
(BooleanPredicate predicate) boolean
UnmodifiableShortBooleanMap.anySatisfy
(BooleanPredicate predicate) int
AbstractMutableBooleanValuesMap.count
(BooleanPredicate predicate) int
ObjectBooleanHashMap.count
(BooleanPredicate predicate) int
ObjectBooleanHashMapWithHashingStrategy.count
(BooleanPredicate predicate) int
SynchronizedByteBooleanMap.count
(BooleanPredicate predicate) int
SynchronizedCharBooleanMap.count
(BooleanPredicate predicate) int
SynchronizedDoubleBooleanMap.count
(BooleanPredicate predicate) int
SynchronizedFloatBooleanMap.count
(BooleanPredicate predicate) int
SynchronizedIntBooleanMap.count
(BooleanPredicate predicate) int
SynchronizedLongBooleanMap.count
(BooleanPredicate predicate) int
SynchronizedObjectBooleanMap.count
(BooleanPredicate predicate) int
SynchronizedShortBooleanMap.count
(BooleanPredicate predicate) int
UnmodifiableByteBooleanMap.count
(BooleanPredicate predicate) int
UnmodifiableCharBooleanMap.count
(BooleanPredicate predicate) int
UnmodifiableDoubleBooleanMap.count
(BooleanPredicate predicate) int
UnmodifiableFloatBooleanMap.count
(BooleanPredicate predicate) int
UnmodifiableIntBooleanMap.count
(BooleanPredicate predicate) int
UnmodifiableLongBooleanMap.count
(BooleanPredicate predicate) int
UnmodifiableObjectBooleanMap.count
(BooleanPredicate predicate) int
UnmodifiableShortBooleanMap.count
(BooleanPredicate predicate) boolean
AbstractMutableBooleanValuesMap.detectIfNone
(BooleanPredicate predicate, boolean value) boolean
ObjectBooleanHashMap.detectIfNone
(BooleanPredicate predicate, boolean ifNone) boolean
ObjectBooleanHashMapWithHashingStrategy.detectIfNone
(BooleanPredicate predicate, boolean ifNone) boolean
SynchronizedByteBooleanMap.detectIfNone
(BooleanPredicate predicate, boolean ifNone) boolean
SynchronizedCharBooleanMap.detectIfNone
(BooleanPredicate predicate, boolean ifNone) boolean
SynchronizedDoubleBooleanMap.detectIfNone
(BooleanPredicate predicate, boolean ifNone) boolean
SynchronizedFloatBooleanMap.detectIfNone
(BooleanPredicate predicate, boolean ifNone) boolean
SynchronizedIntBooleanMap.detectIfNone
(BooleanPredicate predicate, boolean ifNone) boolean
SynchronizedLongBooleanMap.detectIfNone
(BooleanPredicate predicate, boolean ifNone) boolean
SynchronizedObjectBooleanMap.detectIfNone
(BooleanPredicate predicate, boolean ifNone) boolean
SynchronizedShortBooleanMap.detectIfNone
(BooleanPredicate predicate, boolean ifNone) boolean
UnmodifiableByteBooleanMap.detectIfNone
(BooleanPredicate predicate, boolean ifNone) boolean
UnmodifiableCharBooleanMap.detectIfNone
(BooleanPredicate predicate, boolean ifNone) boolean
UnmodifiableDoubleBooleanMap.detectIfNone
(BooleanPredicate predicate, boolean ifNone) boolean
UnmodifiableFloatBooleanMap.detectIfNone
(BooleanPredicate predicate, boolean ifNone) boolean
UnmodifiableIntBooleanMap.detectIfNone
(BooleanPredicate predicate, boolean ifNone) boolean
UnmodifiableLongBooleanMap.detectIfNone
(BooleanPredicate predicate, boolean ifNone) boolean
UnmodifiableObjectBooleanMap.detectIfNone
(BooleanPredicate predicate, boolean ifNone) boolean
UnmodifiableShortBooleanMap.detectIfNone
(BooleanPredicate predicate, boolean ifNone) boolean
AbstractMutableBooleanValuesMap.noneSatisfy
(BooleanPredicate predicate) boolean
ObjectBooleanHashMap.noneSatisfy
(BooleanPredicate predicate) boolean
ObjectBooleanHashMapWithHashingStrategy.noneSatisfy
(BooleanPredicate predicate) boolean
SynchronizedByteBooleanMap.noneSatisfy
(BooleanPredicate predicate) boolean
SynchronizedCharBooleanMap.noneSatisfy
(BooleanPredicate predicate) boolean
SynchronizedDoubleBooleanMap.noneSatisfy
(BooleanPredicate predicate) boolean
SynchronizedFloatBooleanMap.noneSatisfy
(BooleanPredicate predicate) boolean
SynchronizedIntBooleanMap.noneSatisfy
(BooleanPredicate predicate) boolean
SynchronizedLongBooleanMap.noneSatisfy
(BooleanPredicate predicate) boolean
SynchronizedObjectBooleanMap.noneSatisfy
(BooleanPredicate predicate) boolean
SynchronizedShortBooleanMap.noneSatisfy
(BooleanPredicate predicate) boolean
UnmodifiableByteBooleanMap.noneSatisfy
(BooleanPredicate predicate) boolean
UnmodifiableCharBooleanMap.noneSatisfy
(BooleanPredicate predicate) boolean
UnmodifiableDoubleBooleanMap.noneSatisfy
(BooleanPredicate predicate) boolean
UnmodifiableFloatBooleanMap.noneSatisfy
(BooleanPredicate predicate) boolean
UnmodifiableIntBooleanMap.noneSatisfy
(BooleanPredicate predicate) boolean
UnmodifiableLongBooleanMap.noneSatisfy
(BooleanPredicate predicate) boolean
UnmodifiableObjectBooleanMap.noneSatisfy
(BooleanPredicate predicate) boolean
UnmodifiableShortBooleanMap.noneSatisfy
(BooleanPredicate predicate) AbstractMutableBooleanValuesMap.reject
(BooleanPredicate predicate) ObjectBooleanHashMap.reject
(BooleanPredicate predicate) ObjectBooleanHashMapWithHashingStrategy.reject
(BooleanPredicate predicate) SynchronizedByteBooleanMap.reject
(BooleanPredicate predicate) SynchronizedCharBooleanMap.reject
(BooleanPredicate predicate) SynchronizedDoubleBooleanMap.reject
(BooleanPredicate predicate) SynchronizedFloatBooleanMap.reject
(BooleanPredicate predicate) SynchronizedIntBooleanMap.reject
(BooleanPredicate predicate) SynchronizedLongBooleanMap.reject
(BooleanPredicate predicate) SynchronizedObjectBooleanMap.reject
(BooleanPredicate predicate) SynchronizedShortBooleanMap.reject
(BooleanPredicate predicate) UnmodifiableByteBooleanMap.reject
(BooleanPredicate predicate) UnmodifiableCharBooleanMap.reject
(BooleanPredicate predicate) UnmodifiableDoubleBooleanMap.reject
(BooleanPredicate predicate) UnmodifiableFloatBooleanMap.reject
(BooleanPredicate predicate) UnmodifiableIntBooleanMap.reject
(BooleanPredicate predicate) UnmodifiableLongBooleanMap.reject
(BooleanPredicate predicate) UnmodifiableObjectBooleanMap.reject
(BooleanPredicate predicate) UnmodifiableShortBooleanMap.reject
(BooleanPredicate predicate) AbstractMutableBooleanValuesMap.select
(BooleanPredicate predicate) ObjectBooleanHashMap.select
(BooleanPredicate predicate) ObjectBooleanHashMapWithHashingStrategy.select
(BooleanPredicate predicate) SynchronizedByteBooleanMap.select
(BooleanPredicate predicate) SynchronizedCharBooleanMap.select
(BooleanPredicate predicate) SynchronizedDoubleBooleanMap.select
(BooleanPredicate predicate) SynchronizedFloatBooleanMap.select
(BooleanPredicate predicate) SynchronizedIntBooleanMap.select
(BooleanPredicate predicate) SynchronizedLongBooleanMap.select
(BooleanPredicate predicate) SynchronizedObjectBooleanMap.select
(BooleanPredicate predicate) SynchronizedShortBooleanMap.select
(BooleanPredicate predicate) UnmodifiableByteBooleanMap.select
(BooleanPredicate predicate) UnmodifiableCharBooleanMap.select
(BooleanPredicate predicate) UnmodifiableDoubleBooleanMap.select
(BooleanPredicate predicate) UnmodifiableFloatBooleanMap.select
(BooleanPredicate predicate) UnmodifiableIntBooleanMap.select
(BooleanPredicate predicate) UnmodifiableLongBooleanMap.select
(BooleanPredicate predicate) UnmodifiableObjectBooleanMap.select
(BooleanPredicate predicate) UnmodifiableShortBooleanMap.select
(BooleanPredicate predicate) -
Uses of BooleanPredicate in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive with parameters of type BooleanPredicateModifier and TypeMethodDescriptionboolean
SynchronizedBooleanIterable.allSatisfy
(BooleanPredicate predicate) boolean
SynchronizedBooleanIterable.anySatisfy
(BooleanPredicate predicate) int
SynchronizedBooleanIterable.count
(BooleanPredicate predicate) boolean
SynchronizedBooleanIterable.detectIfNone
(BooleanPredicate predicate, boolean ifNone) boolean
SynchronizedBooleanIterable.noneSatisfy
(BooleanPredicate predicate) SynchronizedBooleanIterable.reject
(BooleanPredicate predicate) SynchronizedBooleanIterable.select
(BooleanPredicate predicate) -
Uses of BooleanPredicate in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type BooleanPredicateModifier and TypeMethodDescriptionboolean
BooleanHashSet.allSatisfy
(BooleanPredicate predicate) boolean
BooleanHashSet.anySatisfy
(BooleanPredicate predicate) int
BooleanHashSet.count
(BooleanPredicate predicate) boolean
BooleanHashSet.detectIfNone
(BooleanPredicate predicate, boolean ifNone) boolean
BooleanHashSet.noneSatisfy
(BooleanPredicate predicate) BooleanHashSet.reject
(BooleanPredicate predicate) SynchronizedBooleanSet.reject
(BooleanPredicate predicate) UnmodifiableBooleanSet.reject
(BooleanPredicate predicate) BooleanHashSet.select
(BooleanPredicate predicate) SynchronizedBooleanSet.select
(BooleanPredicate predicate) UnmodifiableBooleanSet.select
(BooleanPredicate predicate) -
Uses of BooleanPredicate in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type BooleanPredicateModifier and TypeMethodDescriptionboolean
SynchronizedBooleanStack.allSatisfy
(BooleanPredicate predicate) boolean
UnmodifiableBooleanStack.allSatisfy
(BooleanPredicate predicate) boolean
SynchronizedBooleanStack.anySatisfy
(BooleanPredicate predicate) boolean
UnmodifiableBooleanStack.anySatisfy
(BooleanPredicate predicate) int
SynchronizedBooleanStack.count
(BooleanPredicate predicate) int
UnmodifiableBooleanStack.count
(BooleanPredicate predicate) boolean
SynchronizedBooleanStack.detectIfNone
(BooleanPredicate predicate, boolean ifNone) boolean
UnmodifiableBooleanStack.detectIfNone
(BooleanPredicate predicate, boolean ifNone) boolean
SynchronizedBooleanStack.noneSatisfy
(BooleanPredicate predicate) boolean
UnmodifiableBooleanStack.noneSatisfy
(BooleanPredicate predicate) BooleanArrayStack.reject
(BooleanPredicate predicate) SynchronizedBooleanStack.reject
(BooleanPredicate predicate) UnmodifiableBooleanStack.reject
(BooleanPredicate predicate) BooleanArrayStack.select
(BooleanPredicate predicate) SynchronizedBooleanStack.select
(BooleanPredicate predicate) UnmodifiableBooleanStack.select
(BooleanPredicate predicate) -
Uses of BooleanPredicate in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive with parameters of type BooleanPredicateModifier and TypeMethodDescriptionboolean
AbstractBooleanStack.allSatisfy
(BooleanPredicate predicate) boolean
AbstractBooleanStack.anySatisfy
(BooleanPredicate predicate) int
AbstractBooleanStack.count
(BooleanPredicate predicate) boolean
AbstractBooleanStack.detectIfNone
(BooleanPredicate predicate, boolean ifNone) boolean
AbstractBooleanStack.noneSatisfy
(BooleanPredicate predicate) -
Uses of BooleanPredicate in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with parameters of type BooleanPredicateModifier and TypeMethodDescriptionstatic boolean
BooleanIterableIterate.allSatisfy
(BooleanIterable iterable, BooleanPredicate predicate) static boolean
BooleanIteratorIterate.allSatisfy
(BooleanIterator iterator, BooleanPredicate predicate) static boolean
BooleanIterableIterate.anySatisfy
(BooleanIterable iterable, BooleanPredicate predicate) static boolean
BooleanIteratorIterate.anySatisfy
(BooleanIterator iterator, BooleanPredicate predicate) static int
BooleanIterableIterate.count
(BooleanIterable iterable, BooleanPredicate predicate) static int
BooleanIteratorIterate.count
(BooleanIterator iterator, BooleanPredicate predicate) static boolean
BooleanIterableIterate.detectIfNone
(BooleanIterable iterable, BooleanPredicate predicate, boolean ifNone) static boolean
BooleanIteratorIterate.detectIfNone
(BooleanIterator iterator, BooleanPredicate predicate, boolean ifNone) static boolean
BooleanIterableIterate.noneSatisfy
(BooleanIterable iterable, BooleanPredicate predicate) static boolean
BooleanIteratorIterate.noneSatisfy
(BooleanIterator iterator, BooleanPredicate predicate) static <R extends MutableBooleanCollection>
RBooleanIterableIterate.reject
(BooleanIterable iterable, BooleanPredicate predicate, R targetCollection) static <R extends MutableBooleanCollection>
RBooleanIteratorIterate.reject
(BooleanIterator iterator, BooleanPredicate predicate, R targetCollection) static <R extends MutableBooleanCollection>
RBooleanIterableIterate.select
(BooleanIterable iterable, BooleanPredicate predicate, R targetCollection) static <R extends MutableBooleanCollection>
RBooleanIteratorIterate.select
(BooleanIterator iterator, BooleanPredicate predicate, R targetCollection) -
Uses of BooleanPredicate in org.eclipse.collections.impl.utility.primitive
Methods in org.eclipse.collections.impl.utility.primitive with parameters of type BooleanPredicateModifier and TypeMethodDescriptionstatic <V> LazyIterable<V>
LazyBooleanIterate.collectIf
(BooleanIterable iterable, BooleanPredicate predicate, BooleanToObjectFunction<? extends V> function) Creates a deferred filtering and transforming boolean iterable for the specified boolean iterable.static LazyBooleanIterable
LazyBooleanIterate.select
(BooleanIterable iterable, BooleanPredicate predicate) Creates a deferred filtering boolean iterable for the specified boolean iterable.