1 | static Set<S> applyWordTokRule(WordTokRule rule, S s) {
|
2 | ret applyWordTokRules(ll(rule), s); |
3 | } |
4 | |
5 | static Set<S> applyWordTokRule(WordTokRule rule, Collection<S> inputs) {
|
6 | ret applyWordTokRules(ll(rule), inputs); |
7 | } |
Began life as a copy of #1023191
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: | #1023506 |
| Snippet name: | applyWordTokRule |
| Eternal ID of this version: | #1023506/2 |
| Text MD5: | 167a5df3bfcf981cd828977b385b6f8e |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-06-26 13:57:58 |
| Source code size: | 222 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 470 / 514 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |