CharPredicate

fun interface CharPredicate

Represents a predicate (boolean-valued function) of one Char-valued argument.

Since

3.0

Types

Companion
Link copied to clipboard
common
object Companion

Functions

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

Evaluates this predicate on the given argument.