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