Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.LongIntPredicate
Packages that use LongIntPredicate
Package
Description
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 mutable and immutable primitive stack API.
-
Uses of LongIntPredicate in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type LongIntPredicateModifier and TypeMethodDescriptiondefault ImmutableLongListImmutableLongList.rejectWithIndex(LongIntPredicate predicate) Returns a new ImmutableLongList excluding all elements with corresponding indexes matching the specified predicate.default LongListLongList.rejectWithIndex(LongIntPredicate predicate) Returns a new LongList excluding all elements with corresponding indexes matching the specified predicate.default MutableLongListMutableLongList.rejectWithIndex(LongIntPredicate predicate) Returns a new MutableLongList excluding all elements with corresponding indexes matching the specified predicate.default ImmutableLongListImmutableLongList.selectWithIndex(LongIntPredicate predicate) Returns a new ImmutableLongList including all elements with corresponding indexes matching the specified predicate.default LongListLongList.selectWithIndex(LongIntPredicate predicate) Returns a new LongList including all elements with corresponding indexes matching the specified predicate.default MutableLongListMutableLongList.selectWithIndex(LongIntPredicate predicate) Returns a new MutableLongList including all elements with corresponding indexes matching the specified predicate. -
Uses of LongIntPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type LongIntPredicateModifier and TypeMethodDescriptiondefault booleanLongIntMap.allSatisfyKeyValue(LongIntPredicate predicate) ImmutableLongIntMap.reject(LongIntPredicate predicate) LongIntMap.reject(LongIntPredicate predicate) Return a copy of this map containing only the key/value pairs that do not match the predicate.MutableLongIntMap.reject(LongIntPredicate predicate) ImmutableLongIntMap.select(LongIntPredicate predicate) LongIntMap.select(LongIntPredicate predicate) Return a copy of this map containing only the key/value pairs that match the predicate.MutableLongIntMap.select(LongIntPredicate predicate) -
Uses of LongIntPredicate in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive with parameters of type LongIntPredicateModifier and TypeMethodDescriptiondefault OrderedLongIterableOrderedLongIterable.rejectWithIndex(LongIntPredicate predicate) Returns a new OrderedLongIterable excluding all elements with corresponding indexes matching the specified predicate.default <R extends MutableLongCollection>
ROrderedLongIterable.rejectWithIndex(LongIntPredicate predicate, R target) Returns a new MutableLongCollection excluding all elements with corresponding indexes matching the specified predicate.default ReversibleLongIterableReversibleLongIterable.rejectWithIndex(LongIntPredicate predicate) Returns a new ReversibleLongIterable excluding all elements with corresponding indexes matching the specified predicate.default OrderedLongIterableOrderedLongIterable.selectWithIndex(LongIntPredicate predicate) Returns a new OrderedLongIterable including all elements with corresponding indexes matching the specified predicate.default <R extends MutableLongCollection>
ROrderedLongIterable.selectWithIndex(LongIntPredicate predicate, R target) Returns a new MutableLongCollection including all elements with corresponding indexes matching the specified predicate.default ReversibleLongIterableReversibleLongIterable.selectWithIndex(LongIntPredicate predicate) Returns a new ReversibleLongIterable including all elements with corresponding indexes matching the specified predicate. -
Uses of LongIntPredicate in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive with parameters of type LongIntPredicateModifier and TypeMethodDescriptiondefault ImmutableLongStackImmutableLongStack.rejectWithIndex(LongIntPredicate predicate) Returns a new ImmutableLongStack excluding all elements with corresponding indexes matching the specified predicate.default LongStackLongStack.rejectWithIndex(LongIntPredicate predicate) Returns a new LongStack excluding all elements with corresponding indexes matching the specified predicate.default MutableLongStackMutableLongStack.rejectWithIndex(LongIntPredicate predicate) Returns a new MutableLongStack excluding all elements with corresponding indexes matching the specified predicate.default ImmutableLongStackImmutableLongStack.selectWithIndex(LongIntPredicate predicate) Returns a new ImmutableLongStack including all elements with corresponding indexes matching the specified predicate.default LongStackLongStack.selectWithIndex(LongIntPredicate predicate) Returns a new LongStack including all elements with corresponding indexes matching the specified predicate.default MutableLongStackMutableLongStack.selectWithIndex(LongIntPredicate predicate) Returns a new MutableLongStack including all elements with corresponding indexes matching the specified predicate.