Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.IntPredicate
Packages that use IntPredicate
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains interfaces for Bag API.
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains interfaces for SortedBag API.
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
ImmutableBag interface.This package contains implementations of the
MutableBag interface.This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of
MutableSortedBag.This package contains implementations of bags with user defined
HashingStrategys.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 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 IntPredicate in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type IntPredicateModifier and TypeMethodDescriptionbooleanIntIterable.allSatisfy(IntPredicate predicate) Returns true if all of the elements in the IntIterable return true for the specified predicate, otherwise returns false.booleanIntIterable.anySatisfy(IntPredicate predicate) Returns true if any of the elements in the IntIterable return true for the specified predicate, otherwise returns false.intIntIterable.count(IntPredicate predicate) Returns a count of the number of elements in the IntIterable that return true for the specified predicate.intIntIterable.detectIfNone(IntPredicate predicate, int ifNone) default booleanIntIterable.noneSatisfy(IntPredicate predicate) Returns true if none of the elements in the IntIterable return true for the specified predicate, otherwise returns false.IntIterable.reject(IntPredicate predicate) Returns a new IntIterable with all of the elements in the IntIterable that return false for the specified predicate.default <R extends MutableIntCollection>
RIntIterable.reject(IntPredicate predicate, R target) Same asIntIterable.reject(IntPredicate), only the results are added to the target MutableIntCollection.LazyIntIterable.reject(IntPredicate predicate) IntIterable.select(IntPredicate predicate) Returns a new IntIterable with all of the elements in the IntIterable that return true for the specified predicate.default <R extends MutableIntCollection>
RIntIterable.select(IntPredicate predicate, R target) Same asIntIterable.select(IntPredicate), only the results are added to the target MutableIntCollection.LazyIntIterable.select(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag with parameters of type IntPredicateModifier and TypeMethodDescriptionBag.selectByOccurrences(IntPredicate predicate) Returns all elements of the bag that have a number of occurrences that satisfy the predicate.ImmutableBag.selectByOccurrences(IntPredicate predicate) ImmutableBagIterable.selectByOccurrences(IntPredicate predicate) MutableBag.selectByOccurrences(IntPredicate predicate) MutableBagIterable.selectByOccurrences(IntPredicate predicate) UnsortedBag.selectByOccurrences(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive with parameters of type IntPredicateModifier and TypeMethodDescriptionImmutableIntBag.reject(IntPredicate predicate) IntBag.reject(IntPredicate predicate) MutableIntBag.reject(IntPredicate predicate) ImmutableIntBag.select(IntPredicate predicate) IntBag.select(IntPredicate predicate) MutableIntBag.select(IntPredicate predicate) BooleanBag.selectByOccurrences(IntPredicate predicate) Returns all elements of the bag that have a number of occurrences that satisfy the predicate.ByteBag.selectByOccurrences(IntPredicate predicate) Returns all elements of the bag that have a number of occurrences that satisfy the predicate.CharBag.selectByOccurrences(IntPredicate predicate) Returns all elements of the bag that have a number of occurrences that satisfy the predicate.DoubleBag.selectByOccurrences(IntPredicate predicate) Returns all elements of the bag that have a number of occurrences that satisfy the predicate.FloatBag.selectByOccurrences(IntPredicate predicate) Returns all elements of the bag that have a number of occurrences that satisfy the predicate.ImmutableBooleanBag.selectByOccurrences(IntPredicate predicate) Returns all elements of the bag that have a number of occurrences that satisfy the predicate.ImmutableByteBag.selectByOccurrences(IntPredicate predicate) Returns all elements of the bag that have a number of occurrences that satisfy the predicate.ImmutableCharBag.selectByOccurrences(IntPredicate predicate) Returns all elements of the bag that have a number of occurrences that satisfy the predicate.ImmutableDoubleBag.selectByOccurrences(IntPredicate predicate) Returns all elements of the bag that have a number of occurrences that satisfy the predicate.ImmutableFloatBag.selectByOccurrences(IntPredicate predicate) Returns all elements of the bag that have a number of occurrences that satisfy the predicate.ImmutableIntBag.selectByOccurrences(IntPredicate predicate) Returns all elements of the bag that have a number of occurrences that satisfy the predicate.ImmutableLongBag.selectByOccurrences(IntPredicate predicate) Returns all elements of the bag that have a number of occurrences that satisfy the predicate.ImmutableShortBag.selectByOccurrences(IntPredicate predicate) Returns all elements of the bag that have a number of occurrences that satisfy the predicate.IntBag.selectByOccurrences(IntPredicate predicate) Returns all elements of the bag that have a number of occurrences that satisfy the predicate.LongBag.selectByOccurrences(IntPredicate predicate) Returns all elements of the bag that have a number of occurrences that satisfy the predicate.MutableBooleanBag.selectByOccurrences(IntPredicate predicate) Returns all elements of the bag that have a number of occurrences that satisfy the predicate.MutableByteBag.selectByOccurrences(IntPredicate predicate) Returns all elements of the bag that have a number of occurrences that satisfy the predicate.MutableCharBag.selectByOccurrences(IntPredicate predicate) Returns all elements of the bag that have a number of occurrences that satisfy the predicate.MutableDoubleBag.selectByOccurrences(IntPredicate predicate) Returns all elements of the bag that have a number of occurrences that satisfy the predicate.MutableFloatBag.selectByOccurrences(IntPredicate predicate) Returns all elements of the bag that have a number of occurrences that satisfy the predicate.MutableIntBag.selectByOccurrences(IntPredicate predicate) Returns all elements of the bag that have a number of occurrences that satisfy the predicate.MutableLongBag.selectByOccurrences(IntPredicate predicate) Returns all elements of the bag that have a number of occurrences that satisfy the predicate.MutableShortBag.selectByOccurrences(IntPredicate predicate) Returns all elements of the bag that have a number of occurrences that satisfy the predicate.ShortBag.selectByOccurrences(IntPredicate predicate) Returns all elements of the bag that have a number of occurrences that satisfy the predicate. -
Uses of IntPredicate in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted with parameters of type IntPredicateModifier and TypeMethodDescriptionImmutableSortedBag.selectByOccurrences(IntPredicate predicate) MutableSortedBag.selectByOccurrences(IntPredicate predicate) SortedBag.selectByOccurrences(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.api.collection.primitive
Methods in org.eclipse.collections.api.collection.primitive with parameters of type IntPredicateModifier and TypeMethodDescriptionImmutableIntCollection.reject(IntPredicate predicate) MutableIntCollection.reject(IntPredicate predicate) default booleanMutableIntCollection.removeIf(IntPredicate predicate) ImmutableIntCollection.select(IntPredicate predicate) MutableIntCollection.select(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type IntPredicateModifier and TypeMethodDescriptionImmutableIntList.reject(IntPredicate predicate) IntList.reject(IntPredicate predicate) MutableIntList.reject(IntPredicate predicate) ImmutableIntList.select(IntPredicate predicate) IntList.select(IntPredicate predicate) MutableIntList.select(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type IntPredicateModifier and TypeMethodDescriptionImmutableByteIntMap.reject(IntPredicate predicate) ImmutableCharIntMap.reject(IntPredicate predicate) ImmutableDoubleIntMap.reject(IntPredicate predicate) ImmutableFloatIntMap.reject(IntPredicate predicate) ImmutableIntIntMap.reject(IntPredicate predicate) ImmutableLongIntMap.reject(IntPredicate predicate) ImmutableObjectIntMap.reject(IntPredicate predicate) ImmutableShortIntMap.reject(IntPredicate predicate) IntValuesMap.reject(IntPredicate predicate) MutableIntValuesMap.reject(IntPredicate predicate) MutableObjectIntMap.reject(IntPredicate predicate) ImmutableByteIntMap.select(IntPredicate predicate) ImmutableCharIntMap.select(IntPredicate predicate) ImmutableDoubleIntMap.select(IntPredicate predicate) ImmutableFloatIntMap.select(IntPredicate predicate) ImmutableIntIntMap.select(IntPredicate predicate) ImmutableLongIntMap.select(IntPredicate predicate) ImmutableObjectIntMap.select(IntPredicate predicate) ImmutableShortIntMap.select(IntPredicate predicate) IntValuesMap.select(IntPredicate predicate) MutableIntValuesMap.select(IntPredicate predicate) MutableObjectIntMap.select(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive with parameters of type IntPredicateModifier and TypeMethodDescriptionOrderedIntIterable.reject(IntPredicate predicate) ReversibleIntIterable.reject(IntPredicate predicate) OrderedIntIterable.select(IntPredicate predicate) ReversibleIntIterable.select(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive with parameters of type IntPredicateModifier and TypeMethodDescriptionImmutableIntSet.reject(IntPredicate predicate) IntSet.reject(IntPredicate predicate) MutableIntSet.reject(IntPredicate predicate) ImmutableIntSet.select(IntPredicate predicate) IntSet.select(IntPredicate predicate) MutableIntSet.select(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive with parameters of type IntPredicateModifier and TypeMethodDescriptionImmutableIntStack.reject(IntPredicate predicate) IntStack.reject(IntPredicate predicate) MutableIntStack.reject(IntPredicate predicate) ImmutableIntStack.select(IntPredicate predicate) IntStack.select(IntPredicate predicate) MutableIntStack.select(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.impl.bag.immutable
Methods in org.eclipse.collections.impl.bag.immutable with parameters of type IntPredicateModifier and TypeMethodDescriptionImmutableArrayBag.selectByOccurrences(IntPredicate predicate) ImmutableHashBag.selectByOccurrences(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.impl.bag.mutable
Methods in org.eclipse.collections.impl.bag.mutable with parameters of type IntPredicateModifier and TypeMethodDescriptionHashBag.selectByOccurrences(IntPredicate predicate) MultiReaderHashBag.selectByOccurrences(IntPredicate predicate) SynchronizedBag.selectByOccurrences(IntPredicate predicate) UnmodifiableBag.selectByOccurrences(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type IntPredicateModifier and TypeMethodDescriptionbooleanIntHashBag.allSatisfy(IntPredicate predicate) booleanIntHashBag.anySatisfy(IntPredicate predicate) intIntHashBag.count(IntPredicate predicate) intIntHashBag.detectIfNone(IntPredicate predicate, int ifNone) booleanIntHashBag.noneSatisfy(IntPredicate predicate) IntHashBag.reject(IntPredicate predicate) SynchronizedIntBag.reject(IntPredicate predicate) UnmodifiableIntBag.reject(IntPredicate predicate) booleanIntHashBag.removeIf(IntPredicate predicate) IntHashBag.select(IntPredicate predicate) SynchronizedIntBag.select(IntPredicate predicate) UnmodifiableIntBag.select(IntPredicate predicate) BooleanHashBag.selectByOccurrences(IntPredicate predicate) ByteHashBag.selectByOccurrences(IntPredicate predicate) CharHashBag.selectByOccurrences(IntPredicate predicate) DoubleHashBag.selectByOccurrences(IntPredicate predicate) FloatHashBag.selectByOccurrences(IntPredicate predicate) IntHashBag.selectByOccurrences(IntPredicate predicate) LongHashBag.selectByOccurrences(IntPredicate predicate) ShortHashBag.selectByOccurrences(IntPredicate predicate) SynchronizedBooleanBag.selectByOccurrences(IntPredicate predicate) SynchronizedByteBag.selectByOccurrences(IntPredicate predicate) SynchronizedCharBag.selectByOccurrences(IntPredicate predicate) SynchronizedDoubleBag.selectByOccurrences(IntPredicate predicate) SynchronizedFloatBag.selectByOccurrences(IntPredicate predicate) SynchronizedIntBag.selectByOccurrences(IntPredicate predicate) SynchronizedLongBag.selectByOccurrences(IntPredicate predicate) SynchronizedShortBag.selectByOccurrences(IntPredicate predicate) UnmodifiableBooleanBag.selectByOccurrences(IntPredicate predicate) UnmodifiableByteBag.selectByOccurrences(IntPredicate predicate) UnmodifiableCharBag.selectByOccurrences(IntPredicate predicate) UnmodifiableDoubleBag.selectByOccurrences(IntPredicate predicate) UnmodifiableFloatBag.selectByOccurrences(IntPredicate predicate) UnmodifiableIntBag.selectByOccurrences(IntPredicate predicate) UnmodifiableLongBag.selectByOccurrences(IntPredicate predicate) UnmodifiableShortBag.selectByOccurrences(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.impl.bag.sorted.mutable
Methods in org.eclipse.collections.impl.bag.sorted.mutable with parameters of type IntPredicateModifier and TypeMethodDescriptionSynchronizedSortedBag.selectByOccurrences(IntPredicate predicate) TreeBag.selectByOccurrences(IntPredicate predicate) UnmodifiableSortedBag.selectByOccurrences(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.impl.bag.strategy.mutable
Methods in org.eclipse.collections.impl.bag.strategy.mutable with parameters of type IntPredicateModifier and TypeMethodDescriptionHashBagWithHashingStrategy.selectByOccurrences(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.impl.block.factory.primitive
Methods in org.eclipse.collections.impl.block.factory.primitive that return IntPredicateModifier and TypeMethodDescriptionstatic IntPredicateIntPredicates.alwaysFalse()static IntPredicateIntPredicates.alwaysTrue()static IntPredicateIntPredicates.and(IntPredicate one, IntPredicate two) static IntPredicateIntPredicates.equal(int expected) static IntPredicateIntPredicates.greaterThan(int expected) static IntPredicateIntPredicates.isEven()static IntPredicateIntPredicates.isOdd()static IntPredicateIntPredicates.lessThan(int expected) static IntPredicateIntPredicates.not(IntPredicate negate) static IntPredicateIntPredicates.or(IntPredicate one, IntPredicate two) Methods in org.eclipse.collections.impl.block.factory.primitive with parameters of type IntPredicateModifier and TypeMethodDescriptionstatic IntPredicateIntPredicates.and(IntPredicate one, IntPredicate two) static IntPredicateIntPredicates.not(IntPredicate negate) static IntPredicateIntPredicates.or(IntPredicate one, IntPredicate two) -
Uses of IntPredicate in org.eclipse.collections.impl.block.function.primitive
Methods in org.eclipse.collections.impl.block.function.primitive with parameters of type IntPredicateModifier and TypeMethodDescriptionIntCaseFunction.addCase(IntPredicate predicate, IntToObjectFunction<? extends V> function) -
Uses of IntPredicate in org.eclipse.collections.impl.block.procedure.primitive
Methods in org.eclipse.collections.impl.block.procedure.primitive with parameters of type IntPredicateModifier and TypeMethodDescriptionIntCaseProcedure.addCase(IntPredicate predicate, IntProcedure procedure) -
Uses of IntPredicate in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type IntPredicateModifier and TypeMethodDescriptionbooleanAbstractSynchronizedIntCollection.allSatisfy(IntPredicate predicate) booleanAbstractUnmodifiableIntCollection.allSatisfy(IntPredicate predicate) booleanAbstractSynchronizedIntCollection.anySatisfy(IntPredicate predicate) booleanAbstractUnmodifiableIntCollection.anySatisfy(IntPredicate predicate) intAbstractSynchronizedIntCollection.count(IntPredicate predicate) intAbstractUnmodifiableIntCollection.count(IntPredicate predicate) intAbstractSynchronizedIntCollection.detectIfNone(IntPredicate predicate, int ifNone) intAbstractUnmodifiableIntCollection.detectIfNone(IntPredicate predicate, int ifNone) booleanAbstractSynchronizedIntCollection.noneSatisfy(IntPredicate predicate) booleanAbstractUnmodifiableIntCollection.noneSatisfy(IntPredicate predicate) AbstractSynchronizedIntCollection.reject(IntPredicate predicate) AbstractUnmodifiableIntCollection.reject(IntPredicate predicate) booleanAbstractSynchronizedIntCollection.removeIf(IntPredicate predicate) booleanAbstractUnmodifiableIntCollection.removeIf(IntPredicate predicate) AbstractSynchronizedIntCollection.select(IntPredicate predicate) AbstractUnmodifiableIntCollection.select(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type IntPredicateModifier and TypeMethodDescriptionbooleanAbstractLazyIntIterable.allSatisfy(IntPredicate predicate) booleanCollectIntIterable.allSatisfy(IntPredicate predicate) booleanLazyIntIterableAdapter.allSatisfy(IntPredicate predicate) booleanSelectIntIterable.allSatisfy(IntPredicate predicate) booleanTapIntIterable.allSatisfy(IntPredicate predicate) booleanAbstractLazyIntIterable.anySatisfy(IntPredicate predicate) booleanCollectIntIterable.anySatisfy(IntPredicate predicate) booleanLazyIntIterableAdapter.anySatisfy(IntPredicate predicate) booleanSelectIntIterable.anySatisfy(IntPredicate predicate) booleanTapIntIterable.anySatisfy(IntPredicate predicate) intAbstractLazyIntIterable.count(IntPredicate predicate) intCollectIntIterable.count(IntPredicate predicate) intLazyIntIterableAdapter.count(IntPredicate predicate) intSelectIntIterable.count(IntPredicate predicate) intAbstractLazyIntIterable.detectIfNone(IntPredicate predicate, int ifNone) intLazyIntIterableAdapter.detectIfNone(IntPredicate predicate, int ifNone) intTapIntIterable.detectIfNone(IntPredicate predicate, int ifNone) booleanAbstractLazyIntIterable.noneSatisfy(IntPredicate predicate) booleanLazyIntIterableAdapter.noneSatisfy(IntPredicate predicate) booleanTapIntIterable.noneSatisfy(IntPredicate predicate) AbstractLazyIntIterable.reject(IntPredicate predicate) AbstractLazyIntIterable.select(IntPredicate predicate) Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type IntPredicate -
Uses of IntPredicate in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type IntPredicateModifier and TypeMethodDescriptionbooleanIntArrayList.allSatisfy(IntPredicate predicate) booleanIntArrayList.anySatisfy(IntPredicate predicate) intIntArrayList.count(IntPredicate predicate) intIntArrayList.detectIfNone(IntPredicate predicate, int ifNone) IntArrayList.reject(IntPredicate predicate) <R extends MutableIntCollection>
RIntArrayList.reject(IntPredicate predicate, R target) SynchronizedIntList.reject(IntPredicate predicate) UnmodifiableIntList.reject(IntPredicate predicate) booleanIntArrayList.removeIf(IntPredicate predicate) IntArrayList.select(IntPredicate predicate) <R extends MutableIntCollection>
RIntArrayList.select(IntPredicate predicate, R target) SynchronizedIntList.select(IntPredicate predicate) UnmodifiableIntList.select(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.impl.list.primitive
Methods in org.eclipse.collections.impl.list.primitive with parameters of type IntPredicateModifier and TypeMethodDescriptionbooleanIntInterval.allSatisfy(IntPredicate predicate) booleanIntInterval.anySatisfy(IntPredicate predicate) intIntInterval.count(IntPredicate predicate) intIntInterval.detectIfNone(IntPredicate predicate, int ifNone) IntInterval.reject(IntPredicate predicate) IntInterval.select(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type IntPredicateModifier and TypeMethodDescriptionbooleanAbstractMutableIntKeySet.allSatisfy(IntPredicate predicate) booleanAbstractMutableIntValuesMap.AbstractIntValuesCollection.allSatisfy(IntPredicate predicate) booleanAbstractMutableIntValuesMap.allSatisfy(IntPredicate predicate) booleanObjectIntHashMap.allSatisfy(IntPredicate predicate) booleanObjectIntHashMapWithHashingStrategy.allSatisfy(IntPredicate predicate) booleanSynchronizedByteIntMap.allSatisfy(IntPredicate predicate) booleanSynchronizedCharIntMap.allSatisfy(IntPredicate predicate) booleanSynchronizedDoubleIntMap.allSatisfy(IntPredicate predicate) booleanSynchronizedFloatIntMap.allSatisfy(IntPredicate predicate) booleanSynchronizedIntIntMap.allSatisfy(IntPredicate predicate) booleanSynchronizedLongIntMap.allSatisfy(IntPredicate predicate) booleanSynchronizedObjectIntMap.allSatisfy(IntPredicate predicate) booleanSynchronizedShortIntMap.allSatisfy(IntPredicate predicate) booleanUnmodifiableByteIntMap.allSatisfy(IntPredicate predicate) booleanUnmodifiableCharIntMap.allSatisfy(IntPredicate predicate) booleanUnmodifiableDoubleIntMap.allSatisfy(IntPredicate predicate) booleanUnmodifiableFloatIntMap.allSatisfy(IntPredicate predicate) booleanUnmodifiableIntIntMap.allSatisfy(IntPredicate predicate) booleanUnmodifiableLongIntMap.allSatisfy(IntPredicate predicate) booleanUnmodifiableObjectIntMap.allSatisfy(IntPredicate predicate) booleanUnmodifiableShortIntMap.allSatisfy(IntPredicate predicate) booleanAbstractMutableIntKeySet.anySatisfy(IntPredicate predicate) booleanAbstractMutableIntValuesMap.AbstractIntValuesCollection.anySatisfy(IntPredicate predicate) booleanAbstractMutableIntValuesMap.anySatisfy(IntPredicate predicate) booleanObjectIntHashMap.anySatisfy(IntPredicate predicate) booleanObjectIntHashMapWithHashingStrategy.anySatisfy(IntPredicate predicate) booleanSynchronizedByteIntMap.anySatisfy(IntPredicate predicate) booleanSynchronizedCharIntMap.anySatisfy(IntPredicate predicate) booleanSynchronizedDoubleIntMap.anySatisfy(IntPredicate predicate) booleanSynchronizedFloatIntMap.anySatisfy(IntPredicate predicate) booleanSynchronizedIntIntMap.anySatisfy(IntPredicate predicate) booleanSynchronizedLongIntMap.anySatisfy(IntPredicate predicate) booleanSynchronizedObjectIntMap.anySatisfy(IntPredicate predicate) booleanSynchronizedShortIntMap.anySatisfy(IntPredicate predicate) booleanUnmodifiableByteIntMap.anySatisfy(IntPredicate predicate) booleanUnmodifiableCharIntMap.anySatisfy(IntPredicate predicate) booleanUnmodifiableDoubleIntMap.anySatisfy(IntPredicate predicate) booleanUnmodifiableFloatIntMap.anySatisfy(IntPredicate predicate) booleanUnmodifiableIntIntMap.anySatisfy(IntPredicate predicate) booleanUnmodifiableLongIntMap.anySatisfy(IntPredicate predicate) booleanUnmodifiableObjectIntMap.anySatisfy(IntPredicate predicate) booleanUnmodifiableShortIntMap.anySatisfy(IntPredicate predicate) intAbstractMutableIntKeySet.count(IntPredicate predicate) intAbstractMutableIntValuesMap.AbstractIntValuesCollection.count(IntPredicate predicate) intAbstractMutableIntValuesMap.count(IntPredicate predicate) intObjectIntHashMap.count(IntPredicate predicate) intObjectIntHashMapWithHashingStrategy.count(IntPredicate predicate) intSynchronizedByteIntMap.count(IntPredicate predicate) intSynchronizedCharIntMap.count(IntPredicate predicate) intSynchronizedDoubleIntMap.count(IntPredicate predicate) intSynchronizedFloatIntMap.count(IntPredicate predicate) intSynchronizedIntIntMap.count(IntPredicate predicate) intSynchronizedLongIntMap.count(IntPredicate predicate) intSynchronizedObjectIntMap.count(IntPredicate predicate) intSynchronizedShortIntMap.count(IntPredicate predicate) intUnmodifiableByteIntMap.count(IntPredicate predicate) intUnmodifiableCharIntMap.count(IntPredicate predicate) intUnmodifiableDoubleIntMap.count(IntPredicate predicate) intUnmodifiableFloatIntMap.count(IntPredicate predicate) intUnmodifiableIntIntMap.count(IntPredicate predicate) intUnmodifiableLongIntMap.count(IntPredicate predicate) intUnmodifiableObjectIntMap.count(IntPredicate predicate) intUnmodifiableShortIntMap.count(IntPredicate predicate) intAbstractMutableIntKeySet.detectIfNone(IntPredicate predicate, int ifNone) intAbstractMutableIntValuesMap.AbstractIntValuesCollection.detectIfNone(IntPredicate predicate, int ifNone) intAbstractMutableIntValuesMap.detectIfNone(IntPredicate predicate, int value) intObjectIntHashMap.detectIfNone(IntPredicate predicate, int ifNone) intObjectIntHashMapWithHashingStrategy.detectIfNone(IntPredicate predicate, int ifNone) intSynchronizedByteIntMap.detectIfNone(IntPredicate predicate, int ifNone) intSynchronizedCharIntMap.detectIfNone(IntPredicate predicate, int ifNone) intSynchronizedDoubleIntMap.detectIfNone(IntPredicate predicate, int ifNone) intSynchronizedFloatIntMap.detectIfNone(IntPredicate predicate, int ifNone) intSynchronizedIntIntMap.detectIfNone(IntPredicate predicate, int ifNone) intSynchronizedLongIntMap.detectIfNone(IntPredicate predicate, int ifNone) intSynchronizedObjectIntMap.detectIfNone(IntPredicate predicate, int ifNone) intSynchronizedShortIntMap.detectIfNone(IntPredicate predicate, int ifNone) intUnmodifiableByteIntMap.detectIfNone(IntPredicate predicate, int ifNone) intUnmodifiableCharIntMap.detectIfNone(IntPredicate predicate, int ifNone) intUnmodifiableDoubleIntMap.detectIfNone(IntPredicate predicate, int ifNone) intUnmodifiableFloatIntMap.detectIfNone(IntPredicate predicate, int ifNone) intUnmodifiableIntIntMap.detectIfNone(IntPredicate predicate, int ifNone) intUnmodifiableLongIntMap.detectIfNone(IntPredicate predicate, int ifNone) intUnmodifiableObjectIntMap.detectIfNone(IntPredicate predicate, int ifNone) intUnmodifiableShortIntMap.detectIfNone(IntPredicate predicate, int ifNone) booleanAbstractMutableIntValuesMap.AbstractIntValuesCollection.noneSatisfy(IntPredicate predicate) booleanObjectIntHashMap.noneSatisfy(IntPredicate predicate) booleanObjectIntHashMapWithHashingStrategy.noneSatisfy(IntPredicate predicate) booleanSynchronizedByteIntMap.noneSatisfy(IntPredicate predicate) booleanSynchronizedCharIntMap.noneSatisfy(IntPredicate predicate) booleanSynchronizedDoubleIntMap.noneSatisfy(IntPredicate predicate) booleanSynchronizedFloatIntMap.noneSatisfy(IntPredicate predicate) booleanSynchronizedIntIntMap.noneSatisfy(IntPredicate predicate) booleanSynchronizedLongIntMap.noneSatisfy(IntPredicate predicate) booleanSynchronizedObjectIntMap.noneSatisfy(IntPredicate predicate) booleanSynchronizedShortIntMap.noneSatisfy(IntPredicate predicate) booleanUnmodifiableByteIntMap.noneSatisfy(IntPredicate predicate) booleanUnmodifiableCharIntMap.noneSatisfy(IntPredicate predicate) booleanUnmodifiableDoubleIntMap.noneSatisfy(IntPredicate predicate) booleanUnmodifiableFloatIntMap.noneSatisfy(IntPredicate predicate) booleanUnmodifiableIntIntMap.noneSatisfy(IntPredicate predicate) booleanUnmodifiableLongIntMap.noneSatisfy(IntPredicate predicate) booleanUnmodifiableObjectIntMap.noneSatisfy(IntPredicate predicate) booleanUnmodifiableShortIntMap.noneSatisfy(IntPredicate predicate) AbstractMutableIntKeySet.reject(IntPredicate predicate) AbstractMutableIntValuesMap.AbstractIntValuesCollection.reject(IntPredicate predicate) AbstractMutableIntValuesMap.reject(IntPredicate predicate) ObjectIntHashMap.reject(IntPredicate predicate) ObjectIntHashMapWithHashingStrategy.reject(IntPredicate predicate) SynchronizedByteIntMap.reject(IntPredicate predicate) SynchronizedCharIntMap.reject(IntPredicate predicate) SynchronizedDoubleIntMap.reject(IntPredicate predicate) SynchronizedFloatIntMap.reject(IntPredicate predicate) SynchronizedIntIntMap.reject(IntPredicate predicate) SynchronizedLongIntMap.reject(IntPredicate predicate) SynchronizedObjectIntMap.reject(IntPredicate predicate) SynchronizedShortIntMap.reject(IntPredicate predicate) UnmodifiableByteIntMap.reject(IntPredicate predicate) UnmodifiableCharIntMap.reject(IntPredicate predicate) UnmodifiableDoubleIntMap.reject(IntPredicate predicate) UnmodifiableFloatIntMap.reject(IntPredicate predicate) UnmodifiableIntIntMap.reject(IntPredicate predicate) UnmodifiableLongIntMap.reject(IntPredicate predicate) UnmodifiableObjectIntMap.reject(IntPredicate predicate) UnmodifiableShortIntMap.reject(IntPredicate predicate) AbstractMutableIntKeySet.select(IntPredicate predicate) AbstractMutableIntValuesMap.AbstractIntValuesCollection.select(IntPredicate predicate) AbstractMutableIntValuesMap.select(IntPredicate predicate) ObjectIntHashMap.select(IntPredicate predicate) ObjectIntHashMapWithHashingStrategy.select(IntPredicate predicate) SynchronizedByteIntMap.select(IntPredicate predicate) SynchronizedCharIntMap.select(IntPredicate predicate) SynchronizedDoubleIntMap.select(IntPredicate predicate) SynchronizedFloatIntMap.select(IntPredicate predicate) SynchronizedIntIntMap.select(IntPredicate predicate) SynchronizedLongIntMap.select(IntPredicate predicate) SynchronizedObjectIntMap.select(IntPredicate predicate) SynchronizedShortIntMap.select(IntPredicate predicate) UnmodifiableByteIntMap.select(IntPredicate predicate) UnmodifiableCharIntMap.select(IntPredicate predicate) UnmodifiableDoubleIntMap.select(IntPredicate predicate) UnmodifiableFloatIntMap.select(IntPredicate predicate) UnmodifiableIntIntMap.select(IntPredicate predicate) UnmodifiableLongIntMap.select(IntPredicate predicate) UnmodifiableObjectIntMap.select(IntPredicate predicate) UnmodifiableShortIntMap.select(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive with parameters of type IntPredicateModifier and TypeMethodDescriptionbooleanSynchronizedIntIterable.allSatisfy(IntPredicate predicate) booleanSynchronizedIntIterable.anySatisfy(IntPredicate predicate) intSynchronizedIntIterable.count(IntPredicate predicate) intSynchronizedIntIterable.detectIfNone(IntPredicate predicate, int ifNone) booleanSynchronizedIntIterable.noneSatisfy(IntPredicate predicate) SynchronizedIntIterable.reject(IntPredicate predicate) SynchronizedIntIterable.select(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type IntPredicateModifier and TypeMethodDescriptionbooleanIntHashSet.allSatisfy(IntPredicate predicate) booleanIntHashSet.anySatisfy(IntPredicate predicate) intIntHashSet.count(IntPredicate predicate) intIntHashSet.detectIfNone(IntPredicate predicate, int ifNone) IntHashSet.reject(IntPredicate predicate) <R extends MutableIntCollection>
RIntHashSet.reject(IntPredicate predicate, R target) SynchronizedIntSet.reject(IntPredicate predicate) UnmodifiableIntSet.reject(IntPredicate predicate) IntHashSet.select(IntPredicate predicate) <R extends MutableIntCollection>
RIntHashSet.select(IntPredicate predicate, R target) SynchronizedIntSet.select(IntPredicate predicate) UnmodifiableIntSet.select(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type IntPredicateModifier and TypeMethodDescriptionbooleanSynchronizedIntStack.allSatisfy(IntPredicate predicate) booleanUnmodifiableIntStack.allSatisfy(IntPredicate predicate) booleanSynchronizedIntStack.anySatisfy(IntPredicate predicate) booleanUnmodifiableIntStack.anySatisfy(IntPredicate predicate) intSynchronizedIntStack.count(IntPredicate predicate) intUnmodifiableIntStack.count(IntPredicate predicate) intSynchronizedIntStack.detectIfNone(IntPredicate predicate, int ifNone) intUnmodifiableIntStack.detectIfNone(IntPredicate predicate, int ifNone) booleanSynchronizedIntStack.noneSatisfy(IntPredicate predicate) booleanUnmodifiableIntStack.noneSatisfy(IntPredicate predicate) IntArrayStack.reject(IntPredicate predicate) SynchronizedIntStack.reject(IntPredicate predicate) UnmodifiableIntStack.reject(IntPredicate predicate) IntArrayStack.select(IntPredicate predicate) SynchronizedIntStack.select(IntPredicate predicate) UnmodifiableIntStack.select(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive with parameters of type IntPredicateModifier and TypeMethodDescriptionbooleanAbstractIntStack.allSatisfy(IntPredicate predicate) booleanAbstractIntStack.anySatisfy(IntPredicate predicate) intAbstractIntStack.count(IntPredicate predicate) intAbstractIntStack.detectIfNone(IntPredicate predicate, int ifNone) booleanAbstractIntStack.noneSatisfy(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.impl.string.immutable
Methods in org.eclipse.collections.impl.string.immutable with parameters of type IntPredicateModifier and TypeMethodDescriptionbooleanCodePointAdapter.allSatisfy(IntPredicate predicate) booleanCodePointList.allSatisfy(IntPredicate predicate) booleanCodePointAdapter.anySatisfy(IntPredicate predicate) booleanCodePointList.anySatisfy(IntPredicate predicate) intCodePointAdapter.count(IntPredicate predicate) intCodePointList.count(IntPredicate predicate) intCodePointAdapter.detectIfNone(IntPredicate predicate, int ifNone) intCodePointList.detectIfNone(IntPredicate predicate, int ifNone) booleanCodePointAdapter.noneSatisfy(IntPredicate predicate) booleanCodePointList.noneSatisfy(IntPredicate predicate) CodePointAdapter.reject(IntPredicate predicate) CodePointList.reject(IntPredicate predicate) CodePointAdapter.select(IntPredicate predicate) CodePointList.select(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with parameters of type IntPredicateModifier and TypeMethodDescriptionstatic booleanIntIterableIterate.allSatisfy(IntIterable iterable, IntPredicate predicate) static booleanIntIteratorIterate.allSatisfy(IntIterator iterator, IntPredicate predicate) static booleanIntIterableIterate.anySatisfy(IntIterable iterable, IntPredicate predicate) static booleanIntIteratorIterate.anySatisfy(IntIterator iterator, IntPredicate predicate) static intIntIterableIterate.count(IntIterable iterable, IntPredicate predicate) static intIntIteratorIterate.count(IntIterator iterator, IntPredicate predicate) static intIntIterableIterate.detectIfNone(IntIterable iterable, IntPredicate predicate, int ifNone) static intIntIteratorIterate.detectIfNone(IntIterator iterator, IntPredicate predicate, int ifNone) static booleanIntIterableIterate.noneSatisfy(IntIterable iterable, IntPredicate predicate) static booleanIntIteratorIterate.noneSatisfy(IntIterator iterator, IntPredicate predicate) static <R extends MutableIntCollection>
RIntIterableIterate.reject(IntIterable iterable, IntPredicate predicate, R targetCollection) static <R extends MutableIntCollection>
RIntIteratorIterate.reject(IntIterator iterator, IntPredicate predicate, R targetCollection) static <R extends MutableIntCollection>
RIntIterableIterate.select(IntIterable iterable, IntPredicate predicate, R targetCollection) static <R extends MutableIntCollection>
RIntIteratorIterate.select(IntIterator iterator, IntPredicate predicate, R targetCollection) -
Uses of IntPredicate in org.eclipse.collections.impl.utility.primitive
Methods in org.eclipse.collections.impl.utility.primitive with parameters of type IntPredicateModifier and TypeMethodDescriptionstatic <V> LazyIterable<V> LazyIntIterate.collectIf(IntIterable iterable, IntPredicate predicate, IntToObjectFunction<? extends V> function) Creates a deferred filtering and transforming int iterable for the specified int iterable.static LazyIntIterableLazyIntIterate.select(IntIterable iterable, IntPredicate predicate) Creates a deferred filtering int iterable for the specified int iterable.