JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.android.build.gradle.shrinker.parser
Interface Matcher<T>
All Known Implementing Classes:
ClassTypeSpecification
,
FilterSpecification
,
MatcherWithNegator
,
ModifierSpecification
,
NameSpecification
public interface
Matcher<T>
Object that can match objects of a given type.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
matches
(
T
t)
Method Detail
matches
boolean matches(
T
t)
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Copyright (C) 2012 The Android Open Source Project
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method