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