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