Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/antlr/codebuff
/ toString
Method
toString
output/java_guava/1.4.17/Predicates.java:488–491 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
486
}
487
488
@Override
489
public
String toString() {
490
return
"Predicates.or("
+ COMMA_JOINER.join(components) +
")"
;
491
}
492
493
private
static
final
long serialVersionUID = 0;
494
}
Callers
nothing calls this directly
Calls
1
join
Method · 0.45
Tested by
no test coverage detected