Airship Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Airship Android SDK
urbanairship-core
/
com.urbanairship
/
Predicate
Predicate
fun
interface
Predicate
<
T
:
Any
>
Predicate interface.
Parameters
T
The type of the predicate value.
Inheritors
JsonMatcher
JsonPredicate
ValueMatcher
Members
Functions
apply
Link copied to clipboard
abstract
fun
apply
(
value
:
T
)
:
Boolean
Applies the predicate against a value.