Airship Android SDK
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
Airship Android SDK
urbanairship-core
/
com.urbanairship
/
Predicate
Predicate
fun
interface
Predicate
<
T
:
Any
>
(
source
)
Predicate interface.
Type 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.