1 | static <A> L<A> listInConcept(Concept c, L<A> l) {
|
2 | ret new ListInConcept(l, c); |
3 | } |
4 | |
5 | static <A> L<A> listInConcept(Concept c) {
|
6 | ret new ListInConcept(new L, c); |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1009407 |
| Snippet name: | listInConcept |
| Eternal ID of this version: | #1009407/3 |
| Text MD5: | 716ecbfc4cc29fec6673b86a8ee6b694 |
| Author: | stefan |
| Category: | javax / concepts |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-08-15 23:31:16 |
| Source code size: | 170 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 764 / 798 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |