Uses of Interface
org.eclipse.collections.api.stack.primitive.BooleanStack
-
Packages that use BooleanStack Package Description org.eclipse.collections.api.stack This package contains interfaces for stack API.org.eclipse.collections.api.stack.primitive This package contains mutable and immutable primitive stack API. -
-
Uses of BooleanStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return BooleanStack Modifier and Type Method Description BooleanStackStackIterable. collectBoolean(BooleanFunction<? super T> booleanFunction) -
Uses of BooleanStack in org.eclipse.collections.api.stack.primitive
Subinterfaces of BooleanStack in org.eclipse.collections.api.stack.primitive Modifier and Type Interface Description interfaceImmutableBooleanStackThis file was automatically generated from template file immutablePrimitiveStack.stg.interfaceMutableBooleanStackThis file was automatically generated from template file mutablePrimitiveStack.stg.Methods in org.eclipse.collections.api.stack.primitive that return BooleanStack Modifier and Type Method Description BooleanStackBooleanStack. reject(BooleanPredicate predicate)default BooleanStackBooleanStack. rejectWithIndex(BooleanIntPredicate predicate)Returns a new BooleanStack excluding all elements with corresponding indexes matching the specified predicate.BooleanStackBooleanStack. select(BooleanPredicate predicate)default BooleanStackBooleanStack. selectWithIndex(BooleanIntPredicate predicate)Returns a new BooleanStack including all elements with corresponding indexes matching the specified predicate.default BooleanStackBooleanStack. tap(BooleanProcedure procedure)
-