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