IntPredicate

fun interface IntPredicate(source)

Functions

Link copied to clipboard
abstract fun test(value: Int): Boolean