Predicate

interface Predicate<T>

Predicate interface.

Parameters

<T>

predicate type.

Inheritors

Functions

Link copied to clipboard
abstract fun apply(object: T): Boolean
Applies the predicate against an object.