UriMatcherCompat

Added in 1.9.0

class UriMatcherCompat


Helper for accessing UriMatcher to create Uri Predicate.

Summary

Public functions

java-static Predicate<Uri!>

Creates a Uri predicate from a UriMatcher.

Public functions

asPredicate

Added in 1.9.0
java-static fun asPredicate(matcher: UriMatcher): Predicate<Uri!>

Creates a Uri predicate from a UriMatcher.

Parameters
matcher: UriMatcher

the uriMatcher.

Returns
Predicate<Uri!>

the predicate created from the uriMatcher.