UriMatcherCompat
public class UriMatcherCompat
Helper for accessing UriMatcher to create Uri Predicate.
Summary
Public methods |
|
|---|---|
static @NonNull Predicate<Uri> |
asPredicate(@NonNull UriMatcher matcher)Creates a Uri predicate from a |
Public methods
asPredicate
Added in 1.9.0
public static @NonNull Predicate<Uri> asPredicate(@NonNull UriMatcher matcher)
Creates a Uri predicate from a UriMatcher.
| Parameters | |
|---|---|
@NonNull UriMatcher matcher |
the uriMatcher. |