IntentPredicate<T extends Intent> typedef

IntentPredicate<T extends Intent> = bool Function(T)

Type definition of predicate for ComponentAction

Implementation

typedef IntentPredicate<T extends Intent> = bool Function(T);