1 | static Set<S> filterToCISet(Iterable<S> c, O pred) { |
2 | ret filterCISet(c, pred); |
3 | } |
4 | |
5 | |
6 | |
7 | static Set<S> filterToCISet(O pred, Iterable c) { |
8 | ret filterCISet(pred, c); |
9 | } |
10 | |
11 | |
12 | |
13 | static Set<S> filterToCISet(Iterable<S> c, IPred<S> pred) { |
14 | ret filterCISet(c, pred); |
15 | } |
16 | |
17 | |
18 | |
19 | static Set<S> lambdaMapLike filterToCISet(IPred<S> pred, Iterable<S> c) { |
20 | ret filterCISet(pred, c); |
21 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1028927 |
Snippet name: | filterToCISet - synonym of filterCISet |
Eternal ID of this version: | #1028927/1 |
Text MD5: | e0bae49908125d375b4a2a1916437a36 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-07-12 12:24:04 |
Source code size: | 371 bytes / 21 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 177 / 201 |
Referenced in: | [show references] |