Uses of Interface
com.landawn.abacus.util.function.FloatToIntFunction
-
Packages that use FloatToIntFunction Package Description com.landawn.abacus.util.function com.landawn.abacus.util.stream -
-
Uses of FloatToIntFunction in com.landawn.abacus.util.function
Fields in com.landawn.abacus.util.function declared as FloatToIntFunction Modifier and Type Field Description static FloatToIntFunction
FloatToIntFunction. DEFAULT
-
Uses of FloatToIntFunction in com.landawn.abacus.util.stream
Methods in com.landawn.abacus.util.stream with parameters of type FloatToIntFunction Modifier and Type Method Description abstract IntStream
FloatStream. mapToInt(FloatToIntFunction mapper)
-