Predicate

fun interface Predicate<A>

Functions

Link copied to clipboard
abstract operator fun invoke(value: A): Boolean