Uses of Interface
org.eclipse.collections.api.ordered.primitive.ReversibleBooleanIterable
-
Packages that use ReversibleBooleanIterable Package Description org.eclipse.collections.api.list.primitive This package contains mutable and immutable primitive list API.org.eclipse.collections.api.ordered org.eclipse.collections.api.ordered.primitive -
-
Uses of ReversibleBooleanIterable in org.eclipse.collections.api.list.primitive
Subinterfaces of ReversibleBooleanIterable in org.eclipse.collections.api.list.primitive Modifier and Type Interface Description interfaceBooleanListThis file was automatically generated from template file primitiveList.stg.interfaceImmutableBooleanListThis file was automatically generated from template file immutablePrimitiveList.stg.interfaceMutableBooleanListThis 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 ReversibleBooleanIterable Modifier and Type Method Description ReversibleBooleanIterableReversibleIterable. 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 ReversibleBooleanIterable Modifier and Type Method Description ReversibleBooleanIterableReversibleBooleanIterable. distinct()ReversibleBooleanIterableReversibleBooleanIterable. reject(BooleanPredicate predicate)default ReversibleBooleanIterableReversibleBooleanIterable. rejectWithIndex(BooleanIntPredicate predicate)Returns a new ReversibleBooleanIterable excluding all elements with corresponding indexes matching the specified predicate.ReversibleBooleanIterableReversibleBooleanIterable. select(BooleanPredicate predicate)default ReversibleBooleanIterableReversibleBooleanIterable. selectWithIndex(BooleanIntPredicate predicate)Returns a new ReversibleBooleanIterable including all elements with corresponding indexes matching the specified predicate.ReversibleBooleanIterableReversibleBooleanIterable. toReversed()
-