static L<S> withoutStartingWith(Collection<S> l, fS prefix) { ret notStartingWith(l, prefix); } static L<S> withoutStartingWith(S prefix, Collection<S> l) { ret notStartingWith(prefix, l); }
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: | 344 / 352 | 
| Referenced in: | [show references] |