Uses of Interface
org.eclipse.collections.api.block.function.primitive.BooleanBooleanToObjectFunction
-
Packages that use BooleanBooleanToObjectFunction Package Description org.eclipse.collections.impl.factory.primitive This package contains static utilities for creating immutable primitive collection factories. -
-
Uses of BooleanBooleanToObjectFunction in org.eclipse.collections.impl.factory.primitive
Methods in org.eclipse.collections.impl.factory.primitive with parameters of type BooleanBooleanToObjectFunction Modifier and Type Method Description static <A,B,C>
LazyIterable<C>BooleanSets. cartesianProduct(BooleanSet set1, BooleanSet set2, BooleanBooleanToObjectFunction<C> function)
-