Warning: session_start(): open(/var/lib/php/sessions/sess_21hl9ecpdjccao2ovsmsb9k9nn, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
notContaining [1030087]

Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1030087 // notContaining

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2594L/16K).

static LS notContaining(Iterable<S> l, S x) {
  ret filter(l, s -> !contains(s, x));
}

static LS notContaining(S x, Iterable<S> l) {
  ret notContaining(l, x);
}

Author comment

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: 573 / 710
Version history: 3 change(s)
Referenced in: [show references]