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: | 167 / 194 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1030949 - Transpiler output of #1031393 |