1 | sbool jmatchAny(S pat, Iterable<S> l) { |
2 | ret jmatch_any(pat, l); |
3 | } |
4 | |
5 | |
6 | |
7 | sbool jmatchAny(S pat, Iterable<S> l, Matches m) { |
8 | ret jmatch_any(pat, l, m); |
9 | } |
10 | |
11 | sbool jmatchAny(LS patterns, Iterable<S> l) { |
12 | ret jmatch_any(patterns, l, null); |
13 | } |
14 | |
15 | sbool jmatchAny(LS patterns, Iterable<S> l, Matches m) { |
16 | ret jmatch_any(patterns, l, m); |
17 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1021491 |
Snippet name: | jmatchAny - synonym of jmatch_any |
Eternal ID of this version: | #1021491/3 |
Text MD5: | 220f437ef70045d6e6db39d9f0e841f2 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-02-15 21:58:48 |
Source code size: | 348 bytes / 17 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 323 / 340 |
Version history: | 2 change(s) |
Referenced in: | [show references] |