Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ any
Method
any
output/java_guava/1.4.19/TypeToken.java:1007–1010 ·
view source on GitHub ↗
(Type[] bounds)
Source
from the content-addressed store, hash-verified
1005
1006
1007
private
static
Bounds any(Type[] bounds) {
1008
// Any bound matches. On any true, result is true.
1009
return
new
Bounds(bounds, true);
1010
}
1011
1012
1013
private
static
class
Bounds {
Callers
1
isSubtypeOf
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected