public final class AnyBrowserMatcher extends java.lang.Object implements BrowserMatcher
Matches any browser.
| Modifier and Type | Field and Description |
|---|---|
static AnyBrowserMatcher |
INSTANCE
The singleton instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(BrowserDescriptor descriptor) |
public static final AnyBrowserMatcher INSTANCE
The singleton instance.
public boolean matches(@NonNull
BrowserDescriptor descriptor)
matches in interface BrowserMatcher