Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.BooleanIntPredicate
-
Packages that use BooleanIntPredicate Package Description org.eclipse.collections.api.list.primitive This package contains mutable and immutable primitive list API.org.eclipse.collections.api.ordered.primitive org.eclipse.collections.api.stack.primitive This package contains mutable and immutable primitive stack API.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces. -
-
Uses of BooleanIntPredicate in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type BooleanIntPredicate Modifier and Type Method Description default BooleanList
BooleanList. rejectWithIndex(BooleanIntPredicate predicate)
Returns a new BooleanList excluding all elements with corresponding indexes matching the specified predicate.default ImmutableBooleanList
ImmutableBooleanList. rejectWithIndex(BooleanIntPredicate predicate)
Returns a new ImmutableBooleanList excluding all elements with corresponding indexes matching the specified predicate.default MutableBooleanList
MutableBooleanList. rejectWithIndex(BooleanIntPredicate predicate)
Returns a new MutableBooleanList excluding all elements with corresponding indexes matching the specified predicate.default BooleanList
BooleanList. selectWithIndex(BooleanIntPredicate predicate)
Returns a new BooleanList including all elements with corresponding indexes matching the specified predicate.default ImmutableBooleanList
ImmutableBooleanList. selectWithIndex(BooleanIntPredicate predicate)
Returns a new ImmutableBooleanList including all elements with corresponding indexes matching the specified predicate.default MutableBooleanList
MutableBooleanList. selectWithIndex(BooleanIntPredicate predicate)
Returns a new MutableBooleanList including all elements with corresponding indexes matching the specified predicate. -
Uses of BooleanIntPredicate in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive with parameters of type BooleanIntPredicate Modifier and Type Method Description default OrderedBooleanIterable
OrderedBooleanIterable. rejectWithIndex(BooleanIntPredicate predicate)
Returns a new OrderedBooleanIterable excluding all elements with corresponding indexes matching the specified predicate.default <R extends MutableBooleanCollection>
ROrderedBooleanIterable. rejectWithIndex(BooleanIntPredicate predicate, R target)
Returns a new MutableBooleanCollection excluding all elements with corresponding indexes matching the specified predicate.default ReversibleBooleanIterable
ReversibleBooleanIterable. rejectWithIndex(BooleanIntPredicate predicate)
Returns a new ReversibleBooleanIterable excluding all elements with corresponding indexes matching the specified predicate.default OrderedBooleanIterable
OrderedBooleanIterable. selectWithIndex(BooleanIntPredicate predicate)
Returns a new OrderedBooleanIterable including all elements with corresponding indexes matching the specified predicate.default <R extends MutableBooleanCollection>
ROrderedBooleanIterable. selectWithIndex(BooleanIntPredicate predicate, R target)
Returns a new MutableBooleanCollection including all elements with corresponding indexes matching the specified predicate.default ReversibleBooleanIterable
ReversibleBooleanIterable. selectWithIndex(BooleanIntPredicate predicate)
Returns a new ReversibleBooleanIterable including all elements with corresponding indexes matching the specified predicate. -
Uses of BooleanIntPredicate in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive with parameters of type BooleanIntPredicate Modifier and Type Method Description default BooleanStack
BooleanStack. rejectWithIndex(BooleanIntPredicate predicate)
Returns a new BooleanStack excluding all elements with corresponding indexes matching the specified predicate.default ImmutableBooleanStack
ImmutableBooleanStack. rejectWithIndex(BooleanIntPredicate predicate)
Returns a new ImmutableBooleanStack excluding all elements with corresponding indexes matching the specified predicate.default MutableBooleanStack
MutableBooleanStack. rejectWithIndex(BooleanIntPredicate predicate)
Returns a new MutableBooleanStack excluding all elements with corresponding indexes matching the specified predicate.default BooleanStack
BooleanStack. selectWithIndex(BooleanIntPredicate predicate)
Returns a new BooleanStack including all elements with corresponding indexes matching the specified predicate.default ImmutableBooleanStack
ImmutableBooleanStack. selectWithIndex(BooleanIntPredicate predicate)
Returns a new ImmutableBooleanStack including all elements with corresponding indexes matching the specified predicate.default MutableBooleanStack
MutableBooleanStack. selectWithIndex(BooleanIntPredicate predicate)
Returns a new MutableBooleanStack including all elements with corresponding indexes matching the specified predicate. -
Uses of BooleanIntPredicate in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type BooleanIntPredicate Modifier and Type Method Description MutableBooleanList
SynchronizedBooleanList. rejectWithIndex(BooleanIntPredicate predicate)
Returns a new MutableBooleanList excluding all elements with corresponding indexes matching the specified predicate.<R extends MutableBooleanCollection>
RSynchronizedBooleanList. rejectWithIndex(BooleanIntPredicate predicate, R target)
Returns a new MutableBooleanCollection excluding all elements with corresponding indexes matching the specified predicate.MutableBooleanList
UnmodifiableBooleanList. rejectWithIndex(BooleanIntPredicate predicate)
Returns a new MutableBooleanList excluding all elements with corresponding indexes matching the specified predicate.<R extends MutableBooleanCollection>
RUnmodifiableBooleanList. rejectWithIndex(BooleanIntPredicate predicate, R target)
Returns a new MutableBooleanCollection excluding all elements with corresponding indexes matching the specified predicate.MutableBooleanList
SynchronizedBooleanList. selectWithIndex(BooleanIntPredicate predicate)
Returns a new MutableBooleanList including all elements with corresponding indexes matching the specified predicate.<R extends MutableBooleanCollection>
RSynchronizedBooleanList. selectWithIndex(BooleanIntPredicate predicate, R target)
Returns a new MutableBooleanCollection including all elements with corresponding indexes matching the specified predicate.MutableBooleanList
UnmodifiableBooleanList. selectWithIndex(BooleanIntPredicate predicate)
Returns a new MutableBooleanList including all elements with corresponding indexes matching the specified predicate.<R extends MutableBooleanCollection>
RUnmodifiableBooleanList. selectWithIndex(BooleanIntPredicate predicate, R target)
Returns a new MutableBooleanCollection including all elements with corresponding indexes matching the specified predicate. -
Uses of BooleanIntPredicate in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type BooleanIntPredicate Modifier and Type Method Description MutableBooleanStack
SynchronizedBooleanStack. rejectWithIndex(BooleanIntPredicate predicate)
Returns a new MutableBooleanStack excluding all elements with corresponding indexes matching the specified predicate.<R extends MutableBooleanCollection>
RSynchronizedBooleanStack. rejectWithIndex(BooleanIntPredicate predicate, R target)
Returns a new MutableBooleanCollection excluding all elements with corresponding indexes matching the specified predicate.MutableBooleanStack
SynchronizedBooleanStack. selectWithIndex(BooleanIntPredicate predicate)
Returns a new MutableBooleanStack including all elements with corresponding indexes matching the specified predicate.<R extends MutableBooleanCollection>
RSynchronizedBooleanStack. selectWithIndex(BooleanIntPredicate predicate, R target)
Returns a new MutableBooleanCollection including all elements with corresponding indexes matching the specified predicate.
-