Uses of Interface
net.hl.lang.IntToIntFunction
Packages that use IntToIntFunction
-
Uses of IntToIntFunction in net.hl.lang.ext
Methods in net.hl.lang.ext with parameters of type IntToIntFunctionModifier and TypeMethodDescriptionstatic <T> THHelpers.arrayGet(T[] a, IntToIntFunction arrayLenFunction) static int[]HHelpers.newArray(int size, IntToIntFunction supplier) static byte[]ByteArrayExtensions.newPrimitiveByteArray(int size, IntToIntFunction filler) static int[]IntExtensions.newPrimitiveIntArray(int size, IntToIntFunction filler)