Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1025365 // matchedByAnyFunctionNameAndPattern

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (3263L/20K).

sbool matchedByAnyFunctionNameAndPattern(Cl<FunctionNameAndPattern> patterns, S input) {
  fOr (FunctionNameAndPattern f : patterns)
    if (matchUsingFunctionNameAndPattern(f, input))
      true;
  false;
}

Author comment

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: 89 / 144
Referenced in: [show references]