1 | static L<S> notStartingWith(Collection<S> l, fS prefix) { |
2 | ret [S s : unnull(l) | !startsWith(s, prefix)]; |
3 | } |
4 | |
5 | static L<S> notStartingWith(S prefix, Collection<S> l) { |
6 | ret notStartingWith(l, prefix); |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney
No comments. add comment
Snippet ID: | #1008608 |
Snippet name: | notStartingWith - only return elements not starting with X |
Eternal ID of this version: | #1008608/3 |
Text MD5: | dc2c9c6019648a13cb2750dc8e25f4b1 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-05-25 16:11:57 |
Source code size: | 209 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 518 / 564 |
Version history: | 2 change(s) |
Referenced in: | [show references] |