Libraryless. Click here for Pure Java version (3263L/20K).
1 | sbool matchedByAnyFunctionNameAndPattern(Cl<FunctionNameAndPattern> patterns, S input) {
|
2 | fOr (FunctionNameAndPattern f : patterns) |
3 | if (matchUsingFunctionNameAndPattern(f, input)) |
4 | true; |
5 | false; |
6 | } |
Began life as a copy of #1025364
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1025365 |
| Snippet name: | matchedByAnyFunctionNameAndPattern |
| Eternal ID of this version: | #1025365/1 |
| Text MD5: | b9b83ef9e88f8a614c586793302c39c6 |
| Transpilation MD5: | cecc07d09a608c6314e550966a4efe0f |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-09-26 13:53:20 |
| Source code size: | 212 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 391 / 496 |
| Referenced in: | [show references] |