Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ every
Method
every
output/java_guava/1.4.18/TypeToken.java:1000–1003 ·
view source on GitHub ↗
(Type[] bounds)
Source
from the content-addressed store, hash-verified
998
999
1000
private
static
Bounds every(Type[] bounds) {
1001
// Every bound must match. On any false, result is false.
1002
return
new
Bounds(bounds, false);
1003
}
1004
1005
1006
private
static
Bounds any(Type[] bounds) {
Callers
1
is
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected