Uses of Interface
org.eclipse.collections.api.ordered.primitive.OrderedBooleanIterable
-
Packages that use OrderedBooleanIterable 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 org.eclipse.collections.api.stack.primitive This package contains mutable and immutable primitive stack API. -
-
Uses of OrderedBooleanIterable in org.eclipse.collections.api.list.primitive
Subinterfaces of OrderedBooleanIterable 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 OrderedBooleanIterable in org.eclipse.collections.api.ordered
Methods in org.eclipse.collections.api.ordered that return OrderedBooleanIterable Modifier and Type Method Description OrderedBooleanIterableOrderedIterable. collectBoolean(BooleanFunction<? super T> booleanFunction) -
Uses of OrderedBooleanIterable in org.eclipse.collections.api.ordered.primitive
Subinterfaces of OrderedBooleanIterable in org.eclipse.collections.api.ordered.primitive Modifier and Type Interface Description interfaceReversibleBooleanIterableThis file was automatically generated from template file reversiblePrimitiveIterable.stg.Methods in org.eclipse.collections.api.ordered.primitive that return OrderedBooleanIterable Modifier and Type Method Description OrderedBooleanIterableOrderedBooleanIterable. reject(BooleanPredicate predicate)default OrderedBooleanIterableOrderedBooleanIterable. rejectWithIndex(BooleanIntPredicate predicate)Returns a new OrderedBooleanIterable excluding all elements with corresponding indexes matching the specified predicate.OrderedBooleanIterableOrderedBooleanIterable. select(BooleanPredicate predicate)default OrderedBooleanIterableOrderedBooleanIterable. selectWithIndex(BooleanIntPredicate predicate)Returns a new OrderedBooleanIterable including all elements with corresponding indexes matching the specified predicate. -
Uses of OrderedBooleanIterable in org.eclipse.collections.api.stack.primitive
Subinterfaces of OrderedBooleanIterable in org.eclipse.collections.api.stack.primitive Modifier and Type Interface Description interfaceBooleanStackThis file was automatically generated from template file primitiveStack.stg.interfaceImmutableBooleanStackThis file was automatically generated from template file immutablePrimitiveStack.stg.interfaceMutableBooleanStackThis file was automatically generated from template file mutablePrimitiveStack.stg.
-