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