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