Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.IntPredicate
-
Packages that use IntPredicate Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.bag This package contains interfaces for Bag API.org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.bag.sorted This package contains interfaces for SortedBag API.org.eclipse.collections.api.collection.primitive This package contains mutable and immutable primitive collection API.org.eclipse.collections.api.list.primitive This package contains mutable and immutable primitive list API.org.eclipse.collections.api.map.primitive This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.org.eclipse.collections.api.ordered.primitive org.eclipse.collections.api.set.primitive This package contains API for mutable and immutable primitive sets.org.eclipse.collections.api.stack.primitive This package contains mutable and immutable primitive stack API. -
-
Uses of IntPredicate in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type IntPredicate Modifier and Type Method Description booleanIntIterable. 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.IntIterableIntIterable. 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.LazyIntIterableLazyIntIterable. reject(IntPredicate predicate)IntIterableIntIterable. 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.LazyIntIterableLazyIntIterable. select(IntPredicate predicate) -
Uses of IntPredicate in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag with parameters of type IntPredicate Modifier and Type Method Description Bag<T>Bag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.ImmutableBag<T>ImmutableBag. selectByOccurrences(IntPredicate predicate)ImmutableBagIterable<T>ImmutableBagIterable. selectByOccurrences(IntPredicate predicate)MutableBag<T>MutableBag. selectByOccurrences(IntPredicate predicate)MutableBagIterable<T>MutableBagIterable. selectByOccurrences(IntPredicate predicate)UnsortedBag<T>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 IntPredicate Modifier and Type Method Description ImmutableIntBagImmutableIntBag. reject(IntPredicate predicate)IntBagIntBag. reject(IntPredicate predicate)MutableIntBagMutableIntBag. reject(IntPredicate predicate)ImmutableIntBagImmutableIntBag. select(IntPredicate predicate)IntBagIntBag. select(IntPredicate predicate)MutableIntBagMutableIntBag. select(IntPredicate predicate)BooleanBagBooleanBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.ByteBagByteBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.CharBagCharBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.DoubleBagDoubleBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.FloatBagFloatBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.ImmutableBooleanBagImmutableBooleanBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.ImmutableByteBagImmutableByteBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.ImmutableCharBagImmutableCharBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.ImmutableDoubleBagImmutableDoubleBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.ImmutableFloatBagImmutableFloatBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.ImmutableIntBagImmutableIntBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.ImmutableLongBagImmutableLongBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.ImmutableShortBagImmutableShortBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.IntBagIntBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.LongBagLongBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.MutableBooleanBagMutableBooleanBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.MutableByteBagMutableByteBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.MutableCharBagMutableCharBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.MutableDoubleBagMutableDoubleBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.MutableFloatBagMutableFloatBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.MutableIntBagMutableIntBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.MutableLongBagMutableLongBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.MutableShortBagMutableShortBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.ShortBagShortBag. 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 IntPredicate Modifier and Type Method Description ImmutableSortedBag<T>ImmutableSortedBag. selectByOccurrences(IntPredicate predicate)MutableSortedBag<T>MutableSortedBag. selectByOccurrences(IntPredicate predicate)SortedBag<T>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 IntPredicate Modifier and Type Method Description ImmutableIntCollectionImmutableIntCollection. reject(IntPredicate predicate)MutableIntCollectionMutableIntCollection. reject(IntPredicate predicate)default booleanMutableIntCollection. removeIf(IntPredicate predicate)ImmutableIntCollectionImmutableIntCollection. select(IntPredicate predicate)MutableIntCollectionMutableIntCollection. 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 IntPredicate Modifier and Type Method Description ImmutableIntListImmutableIntList. reject(IntPredicate predicate)IntListIntList. reject(IntPredicate predicate)MutableIntListMutableIntList. reject(IntPredicate predicate)ImmutableIntListImmutableIntList. select(IntPredicate predicate)IntListIntList. select(IntPredicate predicate)MutableIntListMutableIntList. 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 IntPredicate Modifier and Type Method Description ImmutableIntBagImmutableByteIntMap. reject(IntPredicate predicate)ImmutableIntBagImmutableCharIntMap. reject(IntPredicate predicate)ImmutableIntBagImmutableDoubleIntMap. reject(IntPredicate predicate)ImmutableIntBagImmutableFloatIntMap. reject(IntPredicate predicate)ImmutableIntBagImmutableIntIntMap. reject(IntPredicate predicate)ImmutableIntBagImmutableLongIntMap. reject(IntPredicate predicate)ImmutableIntCollectionImmutableObjectIntMap. reject(IntPredicate predicate)ImmutableIntBagImmutableShortIntMap. reject(IntPredicate predicate)IntBagIntValuesMap. reject(IntPredicate predicate)MutableIntBagMutableIntValuesMap. reject(IntPredicate predicate)MutableIntCollectionMutableObjectIntMap. reject(IntPredicate predicate)ImmutableIntBagImmutableByteIntMap. select(IntPredicate predicate)ImmutableIntBagImmutableCharIntMap. select(IntPredicate predicate)ImmutableIntBagImmutableDoubleIntMap. select(IntPredicate predicate)ImmutableIntBagImmutableFloatIntMap. select(IntPredicate predicate)ImmutableIntBagImmutableIntIntMap. select(IntPredicate predicate)ImmutableIntBagImmutableLongIntMap. select(IntPredicate predicate)ImmutableIntCollectionImmutableObjectIntMap. select(IntPredicate predicate)ImmutableIntBagImmutableShortIntMap. select(IntPredicate predicate)IntBagIntValuesMap. select(IntPredicate predicate)MutableIntBagMutableIntValuesMap. select(IntPredicate predicate)MutableIntCollectionMutableObjectIntMap. 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 IntPredicate Modifier and Type Method Description OrderedIntIterableOrderedIntIterable. reject(IntPredicate predicate)ReversibleIntIterableReversibleIntIterable. reject(IntPredicate predicate)OrderedIntIterableOrderedIntIterable. select(IntPredicate predicate)ReversibleIntIterableReversibleIntIterable. 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 IntPredicate Modifier and Type Method Description ImmutableIntSetImmutableIntSet. reject(IntPredicate predicate)IntSetIntSet. reject(IntPredicate predicate)MutableIntSetMutableIntSet. reject(IntPredicate predicate)ImmutableIntSetImmutableIntSet. select(IntPredicate predicate)IntSetIntSet. select(IntPredicate predicate)MutableIntSetMutableIntSet. 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 IntPredicate Modifier and Type Method Description ImmutableIntStackImmutableIntStack. reject(IntPredicate predicate)IntStackIntStack. reject(IntPredicate predicate)MutableIntStackMutableIntStack. reject(IntPredicate predicate)ImmutableIntStackImmutableIntStack. select(IntPredicate predicate)IntStackIntStack. select(IntPredicate predicate)MutableIntStackMutableIntStack. select(IntPredicate predicate)
-