Uses of Interface
org.eclipse.collections.api.block.procedure.primitive.BooleanBooleanProcedure
Packages that use BooleanBooleanProcedure
Package
Description
This package contains mutable and immutable primitive list API.
This package contains implementations of the mutable primitive list interfaces.
-
Uses of BooleanBooleanProcedure in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type BooleanBooleanProcedureModifier and TypeMethodDescriptiondefault voidBooleanList.forEachInBoth(BooleanList other, BooleanBooleanProcedure procedure) This method iterates over two CharList instances of the same size together using the specified CharCharProcedure. -
Uses of BooleanBooleanProcedure in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type BooleanBooleanProcedureModifier and TypeMethodDescriptionvoidSynchronizedBooleanList.forEachInBoth(BooleanList other, BooleanBooleanProcedure procedure)