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.org.eclipse.collections.impl.list.mutable.primitive 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 BooleanBooleanProcedure Modifier and Type Method Description default void
BooleanList. 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 BooleanBooleanProcedure Modifier and Type Method Description void
SynchronizedBooleanList. forEachInBoth(BooleanList other, BooleanBooleanProcedure procedure)
-