Uses of Interface
org.eclipse.collections.api.ordered.primitive.ReversibleBooleanIterable
Packages that use ReversibleBooleanIterable
Package
Description
This package contains mutable and immutable primitive list API.
-
Uses of ReversibleBooleanIterable in org.eclipse.collections.api.list.primitive
Subinterfaces of ReversibleBooleanIterable in org.eclipse.collections.api.list.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file primitiveList.stg.interfaceThis file was automatically generated from template file immutablePrimitiveList.stg.interfaceThis file was automatically generated from template file mutablePrimitiveList.stg. -
Uses of ReversibleBooleanIterable in org.eclipse.collections.api.ordered
Methods in org.eclipse.collections.api.ordered that return ReversibleBooleanIterableModifier and TypeMethodDescriptionReversibleIterable.collectBoolean(BooleanFunction<? super T> booleanFunction) -
Uses of ReversibleBooleanIterable in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive that return ReversibleBooleanIterableModifier and TypeMethodDescriptionReversibleBooleanIterable.distinct()ReversibleBooleanIterable.reject(BooleanPredicate predicate) default ReversibleBooleanIterableReversibleBooleanIterable.rejectWithIndex(BooleanIntPredicate predicate) Returns a new ReversibleBooleanIterable excluding all elements with corresponding indexes matching the specified predicate.ReversibleBooleanIterable.select(BooleanPredicate predicate) default ReversibleBooleanIterableReversibleBooleanIterable.selectWithIndex(BooleanIntPredicate predicate) Returns a new ReversibleBooleanIterable including all elements with corresponding indexes matching the specified predicate.ReversibleBooleanIterable.toReversed()