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

9
LINES

< > BotCompany Repo | #1032696 // nonInstancesOf - synonym of withoutInstancesOf

JavaX fragment (include)

static <A, B> L<A> nonInstancesOf(Iterable<A> i, Class<B> c) {
  ret withoutInstancesOf(i, c);
}



static <A, B> L<A> nuLike nonInstancesOf(Class<B> c, Iterable<A> i) {
  ret withoutInstancesOf(c, i);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1032696
Snippet name: nonInstancesOf - synonym of withoutInstancesOf
Eternal ID of this version: #1032696/1
Text MD5: 8d66a2ba18b088764890ce25e3b35dd1
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-02 01:58:02
Source code size: 205 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 64 / 89
Referenced in: [show references]