Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.ByteIntPredicate
Packages that use ByteIntPredicate
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 ByteIntPredicate in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type ByteIntPredicateModifier and TypeMethodDescriptiondefault ByteListByteList.rejectWithIndex(ByteIntPredicate predicate) Returns a new ByteList excluding all elements with corresponding indexes matching the specified predicate.default ImmutableByteListImmutableByteList.rejectWithIndex(ByteIntPredicate predicate) Returns a new ImmutableByteList excluding all elements with corresponding indexes matching the specified predicate.default MutableByteListMutableByteList.rejectWithIndex(ByteIntPredicate predicate) Returns a new MutableByteList excluding all elements with corresponding indexes matching the specified predicate.default ByteListByteList.selectWithIndex(ByteIntPredicate predicate) Returns a new ByteList including all elements with corresponding indexes matching the specified predicate.default ImmutableByteListImmutableByteList.selectWithIndex(ByteIntPredicate predicate) Returns a new ImmutableByteList including all elements with corresponding indexes matching the specified predicate.default MutableByteListMutableByteList.selectWithIndex(ByteIntPredicate predicate) Returns a new MutableByteList including all elements with corresponding indexes matching the specified predicate. -
Uses of ByteIntPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type ByteIntPredicateModifier and TypeMethodDescriptiondefault booleanByteIntMap.allSatisfyKeyValue(ByteIntPredicate predicate) ByteIntMap.reject(ByteIntPredicate predicate) Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableByteIntMap.reject(ByteIntPredicate predicate) MutableByteIntMap.reject(ByteIntPredicate predicate) ByteIntMap.select(ByteIntPredicate predicate) Return a copy of this map containing only the key/value pairs that match the predicate.ImmutableByteIntMap.select(ByteIntPredicate predicate) MutableByteIntMap.select(ByteIntPredicate predicate) -
Uses of ByteIntPredicate in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive with parameters of type ByteIntPredicateModifier and TypeMethodDescriptiondefault OrderedByteIterableOrderedByteIterable.rejectWithIndex(ByteIntPredicate predicate) Returns a new OrderedByteIterable excluding all elements with corresponding indexes matching the specified predicate.default <R extends MutableByteCollection>
ROrderedByteIterable.rejectWithIndex(ByteIntPredicate predicate, R target) Returns a new MutableByteCollection excluding all elements with corresponding indexes matching the specified predicate.default ReversibleByteIterableReversibleByteIterable.rejectWithIndex(ByteIntPredicate predicate) Returns a new ReversibleByteIterable excluding all elements with corresponding indexes matching the specified predicate.default OrderedByteIterableOrderedByteIterable.selectWithIndex(ByteIntPredicate predicate) Returns a new OrderedByteIterable including all elements with corresponding indexes matching the specified predicate.default <R extends MutableByteCollection>
ROrderedByteIterable.selectWithIndex(ByteIntPredicate predicate, R target) Returns a new MutableByteCollection including all elements with corresponding indexes matching the specified predicate.default ReversibleByteIterableReversibleByteIterable.selectWithIndex(ByteIntPredicate predicate) Returns a new ReversibleByteIterable including all elements with corresponding indexes matching the specified predicate. -
Uses of ByteIntPredicate in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive with parameters of type ByteIntPredicateModifier and TypeMethodDescriptiondefault ByteStackByteStack.rejectWithIndex(ByteIntPredicate predicate) Returns a new ByteStack excluding all elements with corresponding indexes matching the specified predicate.default ImmutableByteStackImmutableByteStack.rejectWithIndex(ByteIntPredicate predicate) Returns a new ImmutableByteStack excluding all elements with corresponding indexes matching the specified predicate.default MutableByteStackMutableByteStack.rejectWithIndex(ByteIntPredicate predicate) Returns a new MutableByteStack excluding all elements with corresponding indexes matching the specified predicate.default ByteStackByteStack.selectWithIndex(ByteIntPredicate predicate) Returns a new ByteStack including all elements with corresponding indexes matching the specified predicate.default ImmutableByteStackImmutableByteStack.selectWithIndex(ByteIntPredicate predicate) Returns a new ImmutableByteStack including all elements with corresponding indexes matching the specified predicate.default MutableByteStackMutableByteStack.selectWithIndex(ByteIntPredicate predicate) Returns a new MutableByteStack including all elements with corresponding indexes matching the specified predicate.