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