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