MCPcopy Create free account
hub / github.com/antlr/codebuff / any

Method any

output/java_guava/1.4.18/TypeToken.java:1006–1009  ·  view source on GitHub ↗
(Type[] bounds)

Source from the content-addressed store, hash-verified

1004
1005
1006 private static Bounds any(Type[] bounds) {
1007 // Any bound matches. On any true, result is true.
1008 return new Bounds(bounds, true);
1009 }
1010
1011
1012 private static class Bounds {

Callers 1

isSubtypeOfMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected