1 | static L<S> withoutStartingWith(Collection<S> l, fS prefix) { |
2 | ret notStartingWith(l, prefix); |
3 | } |
4 | |
5 | |
6 | |
7 | static L<S> withoutStartingWith(S prefix, Collection<S> l) { |
8 | ret notStartingWith(prefix, l); |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1032602 |
| Snippet name: | withoutStartingWith - synonym of notStartingWith |
| Eternal ID of this version: | #1032602/1 |
| Text MD5: | daf4a4b1bf61233156c733d118005483 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-09-24 17:12:49 |
| Source code size: | 199 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 346 / 354 |
| Referenced in: | [show references] |