IntToIntFunction

fun interface IntToIntFunction

Native int to int function

Functions

Link copied to clipboard
abstract fun apply(v: Int): Int