Predicate

interface Predicate<T>(source)

Substitute for Java 8 predicate until everyone moves to Java 8.

Functions

Link copied to clipboard
abstract fun test(t: T): Boolean