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 immutable primitive bag interfaces.
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 immutable primitive list interfaces and immutable primitive list factory 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 immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of the immutable primitive stack 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) ImmutableEmptyBag.selectByOccurrences(IntPredicate predicate) ImmutableHashBag.selectByOccurrences(IntPredicate predicate) ImmutableSingletonBag.selectByOccurrences(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type IntPredicateModifier and TypeMethodDescriptionbooleanImmutableIntEmptyBag.allSatisfy(IntPredicate predicate) booleanImmutableIntHashBag.allSatisfy(IntPredicate predicate) booleanImmutableIntSingletonBag.allSatisfy(IntPredicate predicate) booleanImmutableIntEmptyBag.anySatisfy(IntPredicate predicate) booleanImmutableIntHashBag.anySatisfy(IntPredicate predicate) booleanImmutableIntSingletonBag.anySatisfy(IntPredicate predicate) intImmutableIntEmptyBag.count(IntPredicate predicate) intImmutableIntHashBag.count(IntPredicate predicate) intImmutableIntSingletonBag.count(IntPredicate predicate) intImmutableIntEmptyBag.detectIfNone(IntPredicate predicate, int ifNone) intImmutableIntHashBag.detectIfNone(IntPredicate predicate, int ifNone) intImmutableIntSingletonBag.detectIfNone(IntPredicate predicate, int ifNone) booleanImmutableIntEmptyBag.noneSatisfy(IntPredicate predicate) booleanImmutableIntHashBag.noneSatisfy(IntPredicate predicate) booleanImmutableIntSingletonBag.noneSatisfy(IntPredicate predicate) ImmutableIntEmptyBag.reject(IntPredicate predicate) ImmutableIntHashBag.reject(IntPredicate predicate) ImmutableIntSingletonBag.reject(IntPredicate predicate) ImmutableIntEmptyBag.select(IntPredicate predicate) ImmutableIntHashBag.select(IntPredicate predicate) ImmutableIntSingletonBag.select(IntPredicate predicate) ImmutableBooleanEmptyBag.selectByOccurrences(IntPredicate predicate) ImmutableBooleanHashBag.selectByOccurrences(IntPredicate predicate) ImmutableBooleanSingletonBag.selectByOccurrences(IntPredicate predicate) ImmutableByteEmptyBag.selectByOccurrences(IntPredicate predicate) ImmutableByteHashBag.selectByOccurrences(IntPredicate predicate) ImmutableByteSingletonBag.selectByOccurrences(IntPredicate predicate) ImmutableCharEmptyBag.selectByOccurrences(IntPredicate predicate) ImmutableCharHashBag.selectByOccurrences(IntPredicate predicate) ImmutableCharSingletonBag.selectByOccurrences(IntPredicate predicate) ImmutableDoubleEmptyBag.selectByOccurrences(IntPredicate predicate) ImmutableDoubleHashBag.selectByOccurrences(IntPredicate predicate) ImmutableDoubleSingletonBag.selectByOccurrences(IntPredicate predicate) ImmutableFloatEmptyBag.selectByOccurrences(IntPredicate predicate) ImmutableFloatHashBag.selectByOccurrences(IntPredicate predicate) ImmutableFloatSingletonBag.selectByOccurrences(IntPredicate predicate) ImmutableIntEmptyBag.selectByOccurrences(IntPredicate predicate) ImmutableIntHashBag.selectByOccurrences(IntPredicate predicate) ImmutableIntSingletonBag.selectByOccurrences(IntPredicate predicate) ImmutableLongEmptyBag.selectByOccurrences(IntPredicate predicate) ImmutableLongHashBag.selectByOccurrences(IntPredicate predicate) ImmutableLongSingletonBag.selectByOccurrences(IntPredicate predicate) ImmutableShortEmptyBag.selectByOccurrences(IntPredicate predicate) ImmutableShortHashBag.selectByOccurrences(IntPredicate predicate) ImmutableShortSingletonBag.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) MultiReaderHashBag.UntouchableMutableBag.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.immutable
Methods in org.eclipse.collections.impl.bag.sorted.immutable with parameters of type IntPredicateModifier and TypeMethodDescriptionAbstractImmutableSortedBag.selectByOccurrences(IntPredicate predicate) ImmutableEmptySortedBag.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
Classes in org.eclipse.collections.impl.block.factory.primitive that implement IntPredicateModifier and TypeClassDescriptionprivate static final classprivate static final classprivate static final classprivate static final classprivate static final classprivate static final classprivate static final classprivate static final classprivate static final classprivate static final classFields in org.eclipse.collections.impl.block.factory.primitive declared as IntPredicateModifier and TypeFieldDescriptionprivate static final IntPredicateIntPredicates.ALWAYS_FALSEprivate static final IntPredicateIntPredicates.ALWAYS_TRUEprivate final IntPredicateIntPredicates.NotIntPredicate.negateprivate final IntPredicateIntPredicates.AndIntPredicate.oneprivate final IntPredicateIntPredicates.OrIntPredicate.oneprivate final IntPredicateIntPredicates.AndIntPredicate.twoprivate final IntPredicateIntPredicates.OrIntPredicate.twoMethods 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) Constructors in org.eclipse.collections.impl.block.factory.primitive with parameters of type IntPredicateModifierConstructorDescriptionprivateAndIntPredicate(IntPredicate one, IntPredicate two) privateNotIntPredicate(IntPredicate negate) privateOrIntPredicate(IntPredicate one, IntPredicate two) -
Uses of IntPredicate in org.eclipse.collections.impl.block.function.primitive
Fields in org.eclipse.collections.impl.block.function.primitive with type parameters of type IntPredicateModifier and TypeFieldDescriptionprivate final MutableList<Pair<IntPredicate, IntToObjectFunction<? extends V>>> IntCaseFunction.predicateFunctionsMethods 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
Fields in org.eclipse.collections.impl.block.procedure.primitive with type parameters of type IntPredicateModifier and TypeFieldDescriptionprivate final MutableList<Pair<IntPredicate, IntProcedure>> IntCaseProcedure.predicateProceduresMethods 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
Fields in org.eclipse.collections.impl.lazy.primitive declared as IntPredicateModifier and TypeFieldDescriptionprivate final IntPredicateSelectIntIterable.CountIntProcedure.predicateprivate final IntPredicateSelectIntIterable.predicateprivate final IntPredicateSelectIntIterable.SelectIntIterator.predicateMethods 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 IntPredicateModifierConstructorDescriptionprivateCountIntProcedure(IntPredicate predicate) SelectIntIterable(IntIterable delegate, IntPredicate predicate) privateSelectIntIterator(IntIterable iterable, IntPredicate predicate) privateSelectIntIterator(IntIterator iterator, IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type IntPredicateModifier and TypeMethodDescriptionbooleanImmutableIntArrayList.allSatisfy(IntPredicate predicate) booleanImmutableIntEmptyList.allSatisfy(IntPredicate predicate) booleanImmutableIntSingletonList.allSatisfy(IntPredicate predicate) booleanImmutableIntArrayList.anySatisfy(IntPredicate predicate) booleanImmutableIntEmptyList.anySatisfy(IntPredicate predicate) booleanImmutableIntSingletonList.anySatisfy(IntPredicate predicate) intImmutableIntArrayList.count(IntPredicate predicate) intImmutableIntEmptyList.count(IntPredicate predicate) intImmutableIntSingletonList.count(IntPredicate predicate) intImmutableIntArrayList.detectIfNone(IntPredicate predicate, int ifNone) intImmutableIntEmptyList.detectIfNone(IntPredicate predicate, int ifNone) intImmutableIntSingletonList.detectIfNone(IntPredicate predicate, int ifNone) booleanImmutableIntEmptyList.noneSatisfy(IntPredicate predicate) booleanImmutableIntSingletonList.noneSatisfy(IntPredicate predicate) ImmutableIntArrayList.reject(IntPredicate predicate) <R extends MutableIntCollection>
RImmutableIntArrayList.reject(IntPredicate predicate, R target) ImmutableIntEmptyList.reject(IntPredicate predicate) ImmutableIntSingletonList.reject(IntPredicate predicate) ImmutableIntArrayList.select(IntPredicate predicate) <R extends MutableIntCollection>
RImmutableIntArrayList.select(IntPredicate predicate, R target) ImmutableIntEmptyList.select(IntPredicate predicate) ImmutableIntSingletonList.select(IntPredicate predicate) -
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.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type IntPredicateModifier and TypeMethodDescriptionbooleanImmutableByteIntEmptyMap.allSatisfy(IntPredicate predicate) booleanImmutableByteIntHashMap.allSatisfy(IntPredicate predicate) booleanImmutableByteIntSingletonMap.allSatisfy(IntPredicate predicate) booleanImmutableCharIntEmptyMap.allSatisfy(IntPredicate predicate) booleanImmutableCharIntHashMap.allSatisfy(IntPredicate predicate) booleanImmutableCharIntSingletonMap.allSatisfy(IntPredicate predicate) booleanImmutableDoubleIntEmptyMap.allSatisfy(IntPredicate predicate) booleanImmutableDoubleIntHashMap.allSatisfy(IntPredicate predicate) booleanImmutableDoubleIntSingletonMap.allSatisfy(IntPredicate predicate) booleanImmutableFloatIntEmptyMap.allSatisfy(IntPredicate predicate) booleanImmutableFloatIntHashMap.allSatisfy(IntPredicate predicate) booleanImmutableFloatIntSingletonMap.allSatisfy(IntPredicate predicate) booleanImmutableIntIntEmptyMap.allSatisfy(IntPredicate predicate) booleanImmutableIntIntHashMap.allSatisfy(IntPredicate predicate) booleanImmutableIntIntSingletonMap.allSatisfy(IntPredicate predicate) booleanImmutableLongIntEmptyMap.allSatisfy(IntPredicate predicate) booleanImmutableLongIntHashMap.allSatisfy(IntPredicate predicate) booleanImmutableLongIntSingletonMap.allSatisfy(IntPredicate predicate) booleanImmutableObjectIntEmptyMap.allSatisfy(IntPredicate predicate) booleanImmutableObjectIntHashMap.allSatisfy(IntPredicate predicate) booleanImmutableObjectIntSingletonMap.allSatisfy(IntPredicate predicate) booleanImmutableShortIntEmptyMap.allSatisfy(IntPredicate predicate) booleanImmutableShortIntHashMap.allSatisfy(IntPredicate predicate) booleanImmutableShortIntSingletonMap.allSatisfy(IntPredicate predicate) booleanImmutableByteIntEmptyMap.anySatisfy(IntPredicate predicate) booleanImmutableByteIntHashMap.anySatisfy(IntPredicate predicate) booleanImmutableByteIntSingletonMap.anySatisfy(IntPredicate predicate) booleanImmutableCharIntEmptyMap.anySatisfy(IntPredicate predicate) booleanImmutableCharIntHashMap.anySatisfy(IntPredicate predicate) booleanImmutableCharIntSingletonMap.anySatisfy(IntPredicate predicate) booleanImmutableDoubleIntEmptyMap.anySatisfy(IntPredicate predicate) booleanImmutableDoubleIntHashMap.anySatisfy(IntPredicate predicate) booleanImmutableDoubleIntSingletonMap.anySatisfy(IntPredicate predicate) booleanImmutableFloatIntEmptyMap.anySatisfy(IntPredicate predicate) booleanImmutableFloatIntHashMap.anySatisfy(IntPredicate predicate) booleanImmutableFloatIntSingletonMap.anySatisfy(IntPredicate predicate) booleanImmutableIntIntEmptyMap.anySatisfy(IntPredicate predicate) booleanImmutableIntIntHashMap.anySatisfy(IntPredicate predicate) booleanImmutableIntIntSingletonMap.anySatisfy(IntPredicate predicate) booleanImmutableLongIntEmptyMap.anySatisfy(IntPredicate predicate) booleanImmutableLongIntHashMap.anySatisfy(IntPredicate predicate) booleanImmutableLongIntSingletonMap.anySatisfy(IntPredicate predicate) booleanImmutableObjectIntEmptyMap.anySatisfy(IntPredicate predicate) booleanImmutableObjectIntHashMap.anySatisfy(IntPredicate predicate) booleanImmutableObjectIntSingletonMap.anySatisfy(IntPredicate predicate) booleanImmutableShortIntEmptyMap.anySatisfy(IntPredicate predicate) booleanImmutableShortIntHashMap.anySatisfy(IntPredicate predicate) booleanImmutableShortIntSingletonMap.anySatisfy(IntPredicate predicate) intImmutableByteIntEmptyMap.count(IntPredicate predicate) intImmutableByteIntHashMap.count(IntPredicate predicate) intImmutableByteIntSingletonMap.count(IntPredicate predicate) intImmutableCharIntEmptyMap.count(IntPredicate predicate) intImmutableCharIntHashMap.count(IntPredicate predicate) intImmutableCharIntSingletonMap.count(IntPredicate predicate) intImmutableDoubleIntEmptyMap.count(IntPredicate predicate) intImmutableDoubleIntHashMap.count(IntPredicate predicate) intImmutableDoubleIntSingletonMap.count(IntPredicate predicate) intImmutableFloatIntEmptyMap.count(IntPredicate predicate) intImmutableFloatIntHashMap.count(IntPredicate predicate) intImmutableFloatIntSingletonMap.count(IntPredicate predicate) intImmutableIntIntEmptyMap.count(IntPredicate predicate) intImmutableIntIntHashMap.count(IntPredicate predicate) intImmutableIntIntSingletonMap.count(IntPredicate predicate) intImmutableLongIntEmptyMap.count(IntPredicate predicate) intImmutableLongIntHashMap.count(IntPredicate predicate) intImmutableLongIntSingletonMap.count(IntPredicate predicate) intImmutableObjectIntEmptyMap.count(IntPredicate predicate) intImmutableObjectIntHashMap.count(IntPredicate predicate) intImmutableObjectIntSingletonMap.count(IntPredicate predicate) intImmutableShortIntEmptyMap.count(IntPredicate predicate) intImmutableShortIntHashMap.count(IntPredicate predicate) intImmutableShortIntSingletonMap.count(IntPredicate predicate) intImmutableByteIntEmptyMap.detectIfNone(IntPredicate predicate, int ifNone) intImmutableByteIntHashMap.detectIfNone(IntPredicate predicate, int ifNone) intImmutableByteIntSingletonMap.detectIfNone(IntPredicate predicate, int ifNone) intImmutableCharIntEmptyMap.detectIfNone(IntPredicate predicate, int ifNone) intImmutableCharIntHashMap.detectIfNone(IntPredicate predicate, int ifNone) intImmutableCharIntSingletonMap.detectIfNone(IntPredicate predicate, int ifNone) intImmutableDoubleIntEmptyMap.detectIfNone(IntPredicate predicate, int ifNone) intImmutableDoubleIntHashMap.detectIfNone(IntPredicate predicate, int ifNone) intImmutableDoubleIntSingletonMap.detectIfNone(IntPredicate predicate, int ifNone) intImmutableFloatIntEmptyMap.detectIfNone(IntPredicate predicate, int ifNone) intImmutableFloatIntHashMap.detectIfNone(IntPredicate predicate, int ifNone) intImmutableFloatIntSingletonMap.detectIfNone(IntPredicate predicate, int ifNone) intImmutableIntIntEmptyMap.detectIfNone(IntPredicate predicate, int ifNone) intImmutableIntIntHashMap.detectIfNone(IntPredicate predicate, int ifNone) intImmutableIntIntSingletonMap.detectIfNone(IntPredicate predicate, int ifNone) intImmutableLongIntEmptyMap.detectIfNone(IntPredicate predicate, int ifNone) intImmutableLongIntHashMap.detectIfNone(IntPredicate predicate, int ifNone) intImmutableLongIntSingletonMap.detectIfNone(IntPredicate predicate, int ifNone) intImmutableObjectIntEmptyMap.detectIfNone(IntPredicate predicate, int ifNone) intImmutableObjectIntHashMap.detectIfNone(IntPredicate predicate, int ifNone) intImmutableObjectIntSingletonMap.detectIfNone(IntPredicate predicate, int ifNone) intImmutableShortIntEmptyMap.detectIfNone(IntPredicate predicate, int ifNone) intImmutableShortIntHashMap.detectIfNone(IntPredicate predicate, int ifNone) intImmutableShortIntSingletonMap.detectIfNone(IntPredicate predicate, int ifNone) booleanImmutableByteIntEmptyMap.noneSatisfy(IntPredicate predicate) booleanImmutableByteIntHashMap.noneSatisfy(IntPredicate predicate) booleanImmutableByteIntSingletonMap.noneSatisfy(IntPredicate predicate) booleanImmutableCharIntEmptyMap.noneSatisfy(IntPredicate predicate) booleanImmutableCharIntHashMap.noneSatisfy(IntPredicate predicate) booleanImmutableCharIntSingletonMap.noneSatisfy(IntPredicate predicate) booleanImmutableDoubleIntEmptyMap.noneSatisfy(IntPredicate predicate) booleanImmutableDoubleIntHashMap.noneSatisfy(IntPredicate predicate) booleanImmutableDoubleIntSingletonMap.noneSatisfy(IntPredicate predicate) booleanImmutableFloatIntEmptyMap.noneSatisfy(IntPredicate predicate) booleanImmutableFloatIntHashMap.noneSatisfy(IntPredicate predicate) booleanImmutableFloatIntSingletonMap.noneSatisfy(IntPredicate predicate) booleanImmutableIntIntEmptyMap.noneSatisfy(IntPredicate predicate) booleanImmutableIntIntHashMap.noneSatisfy(IntPredicate predicate) booleanImmutableIntIntSingletonMap.noneSatisfy(IntPredicate predicate) booleanImmutableLongIntEmptyMap.noneSatisfy(IntPredicate predicate) booleanImmutableLongIntHashMap.noneSatisfy(IntPredicate predicate) booleanImmutableLongIntSingletonMap.noneSatisfy(IntPredicate predicate) booleanImmutableObjectIntEmptyMap.noneSatisfy(IntPredicate predicate) booleanImmutableObjectIntHashMap.noneSatisfy(IntPredicate predicate) booleanImmutableObjectIntSingletonMap.noneSatisfy(IntPredicate predicate) booleanImmutableShortIntEmptyMap.noneSatisfy(IntPredicate predicate) booleanImmutableShortIntHashMap.noneSatisfy(IntPredicate predicate) booleanImmutableShortIntSingletonMap.noneSatisfy(IntPredicate predicate) ImmutableByteIntEmptyMap.reject(IntPredicate predicate) ImmutableByteIntHashMap.reject(IntPredicate predicate) ImmutableByteIntSingletonMap.reject(IntPredicate predicate) ImmutableCharIntEmptyMap.reject(IntPredicate predicate) ImmutableCharIntHashMap.reject(IntPredicate predicate) ImmutableCharIntSingletonMap.reject(IntPredicate predicate) ImmutableDoubleIntEmptyMap.reject(IntPredicate predicate) ImmutableDoubleIntHashMap.reject(IntPredicate predicate) ImmutableDoubleIntSingletonMap.reject(IntPredicate predicate) ImmutableFloatIntEmptyMap.reject(IntPredicate predicate) ImmutableFloatIntHashMap.reject(IntPredicate predicate) ImmutableFloatIntSingletonMap.reject(IntPredicate predicate) ImmutableIntIntEmptyMap.reject(IntPredicate predicate) ImmutableIntIntHashMap.reject(IntPredicate predicate) ImmutableIntIntSingletonMap.reject(IntPredicate predicate) ImmutableLongIntEmptyMap.reject(IntPredicate predicate) ImmutableLongIntHashMap.reject(IntPredicate predicate) ImmutableLongIntSingletonMap.reject(IntPredicate predicate) ImmutableObjectIntEmptyMap.reject(IntPredicate predicate) ImmutableObjectIntHashMap.reject(IntPredicate predicate) ImmutableObjectIntSingletonMap.reject(IntPredicate predicate) ImmutableShortIntEmptyMap.reject(IntPredicate predicate) ImmutableShortIntHashMap.reject(IntPredicate predicate) ImmutableShortIntSingletonMap.reject(IntPredicate predicate) ImmutableByteIntEmptyMap.select(IntPredicate predicate) ImmutableByteIntHashMap.select(IntPredicate predicate) ImmutableByteIntSingletonMap.select(IntPredicate predicate) ImmutableCharIntEmptyMap.select(IntPredicate predicate) ImmutableCharIntHashMap.select(IntPredicate predicate) ImmutableCharIntSingletonMap.select(IntPredicate predicate) ImmutableDoubleIntEmptyMap.select(IntPredicate predicate) ImmutableDoubleIntHashMap.select(IntPredicate predicate) ImmutableDoubleIntSingletonMap.select(IntPredicate predicate) ImmutableFloatIntEmptyMap.select(IntPredicate predicate) ImmutableFloatIntHashMap.select(IntPredicate predicate) ImmutableFloatIntSingletonMap.select(IntPredicate predicate) ImmutableIntIntEmptyMap.select(IntPredicate predicate) ImmutableIntIntHashMap.select(IntPredicate predicate) ImmutableIntIntSingletonMap.select(IntPredicate predicate) ImmutableLongIntEmptyMap.select(IntPredicate predicate) ImmutableLongIntHashMap.select(IntPredicate predicate) ImmutableLongIntSingletonMap.select(IntPredicate predicate) ImmutableObjectIntEmptyMap.select(IntPredicate predicate) ImmutableObjectIntHashMap.select(IntPredicate predicate) ImmutableObjectIntSingletonMap.select(IntPredicate predicate) ImmutableShortIntEmptyMap.select(IntPredicate predicate) ImmutableShortIntHashMap.select(IntPredicate predicate) ImmutableShortIntSingletonMap.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) booleanImmutableIntIntMapKeySet.allSatisfy(IntPredicate predicate) booleanImmutableIntMapKeySet.allSatisfy(IntPredicate predicate) booleanIntBooleanHashMap.KeysView.allSatisfy(IntPredicate predicate) booleanObjectIntHashMap.allSatisfy(IntPredicate predicate) booleanObjectIntHashMap.ValuesCollection.allSatisfy(IntPredicate predicate) booleanObjectIntHashMapWithHashingStrategy.allSatisfy(IntPredicate predicate) booleanObjectIntHashMapWithHashingStrategy.ValuesCollection.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) booleanImmutableIntIntMapKeySet.anySatisfy(IntPredicate predicate) booleanImmutableIntMapKeySet.anySatisfy(IntPredicate predicate) booleanIntBooleanHashMap.KeysView.anySatisfy(IntPredicate predicate) booleanObjectIntHashMap.anySatisfy(IntPredicate predicate) booleanObjectIntHashMap.ValuesCollection.anySatisfy(IntPredicate predicate) booleanObjectIntHashMapWithHashingStrategy.anySatisfy(IntPredicate predicate) booleanObjectIntHashMapWithHashingStrategy.ValuesCollection.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) intImmutableIntIntMapKeySet.count(IntPredicate predicate) intImmutableIntMapKeySet.count(IntPredicate predicate) intIntBooleanHashMap.KeysView.count(IntPredicate predicate) intObjectIntHashMap.count(IntPredicate predicate) intObjectIntHashMap.ValuesCollection.count(IntPredicate predicate) intObjectIntHashMapWithHashingStrategy.count(IntPredicate predicate) intObjectIntHashMapWithHashingStrategy.ValuesCollection.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) intImmutableIntIntMapKeySet.detectIfNone(IntPredicate predicate, int ifNone) intImmutableIntMapKeySet.detectIfNone(IntPredicate predicate, int ifNone) intIntBooleanHashMap.KeysView.detectIfNone(IntPredicate predicate, int value) intObjectIntHashMap.detectIfNone(IntPredicate predicate, int ifNone) intObjectIntHashMap.ValuesCollection.detectIfNone(IntPredicate predicate, int ifNone) intObjectIntHashMapWithHashingStrategy.detectIfNone(IntPredicate predicate, int ifNone) intObjectIntHashMapWithHashingStrategy.ValuesCollection.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) booleanImmutableIntIntMapKeySet.noneSatisfy(IntPredicate predicate) booleanImmutableIntMapKeySet.noneSatisfy(IntPredicate predicate) booleanObjectIntHashMap.noneSatisfy(IntPredicate predicate) booleanObjectIntHashMap.ValuesCollection.noneSatisfy(IntPredicate predicate) booleanObjectIntHashMapWithHashingStrategy.noneSatisfy(IntPredicate predicate) booleanObjectIntHashMapWithHashingStrategy.ValuesCollection.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) ImmutableIntIntMapKeySet.reject(IntPredicate predicate) ImmutableIntMapKeySet.reject(IntPredicate predicate) ObjectIntHashMap.reject(IntPredicate predicate) ObjectIntHashMap.ValuesCollection.reject(IntPredicate predicate) ObjectIntHashMapWithHashingStrategy.reject(IntPredicate predicate) ObjectIntHashMapWithHashingStrategy.ValuesCollection.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) ImmutableIntIntMapKeySet.select(IntPredicate predicate) ImmutableIntMapKeySet.select(IntPredicate predicate) ObjectIntHashMap.select(IntPredicate predicate) ObjectIntHashMap.ValuesCollection.select(IntPredicate predicate) ObjectIntHashMapWithHashingStrategy.select(IntPredicate predicate) ObjectIntHashMapWithHashingStrategy.ValuesCollection.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.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type IntPredicateModifier and TypeMethodDescriptionbooleanImmutableIntEmptySet.allSatisfy(IntPredicate predicate) booleanImmutableIntSingletonSet.allSatisfy(IntPredicate predicate) booleanImmutableIntEmptySet.anySatisfy(IntPredicate predicate) booleanImmutableIntSingletonSet.anySatisfy(IntPredicate predicate) intImmutableIntEmptySet.count(IntPredicate predicate) intImmutableIntSingletonSet.count(IntPredicate predicate) intImmutableIntEmptySet.detectIfNone(IntPredicate predicate, int ifNone) intImmutableIntSingletonSet.detectIfNone(IntPredicate predicate, int ifNone) booleanImmutableIntEmptySet.noneSatisfy(IntPredicate predicate) booleanImmutableIntSingletonSet.noneSatisfy(IntPredicate predicate) ImmutableIntEmptySet.reject(IntPredicate predicate) ImmutableIntSingletonSet.reject(IntPredicate predicate) ImmutableIntEmptySet.select(IntPredicate predicate) ImmutableIntSingletonSet.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.ImmutableIntHashSet.allSatisfy(IntPredicate predicate) booleanIntHashSet.anySatisfy(IntPredicate predicate) booleanIntHashSet.ImmutableIntHashSet.anySatisfy(IntPredicate predicate) intIntHashSet.count(IntPredicate predicate) intIntHashSet.ImmutableIntHashSet.count(IntPredicate predicate) intIntHashSet.detectIfNone(IntPredicate predicate, int ifNone) intIntHashSet.ImmutableIntHashSet.detectIfNone(IntPredicate predicate, int ifNone) booleanIntHashSet.ImmutableIntHashSet.noneSatisfy(IntPredicate predicate) IntHashSet.ImmutableIntHashSet.reject(IntPredicate predicate) IntHashSet.reject(IntPredicate predicate) <R extends MutableIntCollection>
RIntHashSet.reject(IntPredicate predicate, R target) SynchronizedIntSet.reject(IntPredicate predicate) UnmodifiableIntSet.reject(IntPredicate predicate) IntHashSet.ImmutableIntHashSet.select(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.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type IntPredicateModifier and TypeMethodDescriptionbooleanImmutableIntEmptyStack.allSatisfy(IntPredicate predicate) booleanImmutableIntSingletonStack.allSatisfy(IntPredicate predicate) booleanImmutableIntEmptyStack.anySatisfy(IntPredicate predicate) booleanImmutableIntSingletonStack.anySatisfy(IntPredicate predicate) intImmutableIntEmptyStack.count(IntPredicate predicate) intImmutableIntSingletonStack.count(IntPredicate predicate) intImmutableIntEmptyStack.detectIfNone(IntPredicate predicate, int ifNone) intImmutableIntSingletonStack.detectIfNone(IntPredicate predicate, int ifNone) booleanImmutableIntEmptyStack.noneSatisfy(IntPredicate predicate) booleanImmutableIntSingletonStack.noneSatisfy(IntPredicate predicate) ImmutableIntArrayStack.reject(IntPredicate predicate) ImmutableIntEmptyStack.reject(IntPredicate predicate) ImmutableIntSingletonStack.reject(IntPredicate predicate) ImmutableIntArrayStack.select(IntPredicate predicate) ImmutableIntEmptyStack.select(IntPredicate predicate) ImmutableIntSingletonStack.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.