1 | static <C extends Concept> SimpleCRUD<C> simpleCRUD(Class<C> c) { |
2 | SimpleCRUD crud = new SimpleCRUD(c); |
3 | crud.show(); |
4 | ret crud; |
5 | } |
6 | |
7 | static <C extends Concept> SimpleCRUD<C> simpleCRUD(S title, Class<C> c) { |
8 | SimpleCRUD crud = new SimpleCRUD(c); |
9 | crud.show(title); |
10 | ret crud; |
11 | } |
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: | #1006560 |
Snippet name: | simpleCRUD |
Eternal ID of this version: | #1006560/3 |
Text MD5: | 358cf3cce9b36ea22a0db8d8d2c6903c |
Author: | stefan |
Category: | javax / concepts / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-03-21 12:31:07 |
Source code size: | 292 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 617 / 624 |
Version history: | 2 change(s) |
Referenced in: | [show references] |