Uses of Interface
net.hl.lang.Int2ToIntFunction
Packages that use Int2ToIntFunction
-
Uses of Int2ToIntFunction in net.hl.lang.ext
Methods in net.hl.lang.ext with parameters of type Int2ToIntFunctionModifier and TypeMethodDescriptionstatic int[][]HHelpers.newArray(int size1, int size2, Int2ToIntFunction supplier) static byte[][]ByteArrayExtensions.newPrimitiveByteArray2(int size1, int size2, Int2ToIntFunction filler) static int[][]IntExtensions.newPrimitiveIntArray2(int size1, int size2, Int2ToIntFunction filler)