Libraryless. Click here for Pure Java version (2594L/16K).
1 | static LS notContaining(Iterable<S> l, S x) { |
2 | ret filter(l, s -> !contains(s, x)); |
3 | } |
4 | |
5 | static LS notContaining(S x, Iterable<S> l) { |
6 | ret notContaining(l, x); |
7 | } |
Began life as a copy of #1020538
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
Snippet ID: | #1030087 |
Snippet name: | notContaining |
Eternal ID of this version: | #1030087/4 |
Text MD5: | 0a88b89ce0a3a9b6054dbb2e39b7ecfb |
Transpilation MD5: | 375e1772feb5265027612fbce95d1441 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-11-08 13:49:18 |
Source code size: | 168 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 182 / 262 |
Version history: | 3 change(s) |
Referenced in: | [show references] |