static O swing(O f) { ret swingAndWait(f); } svoid swing(Runnable f) { swingAndWait(f); } static <A> A swing(F0<A> f) { ret (A) swingAndWait(f); } static <A> A swing(IF0<A> f) { ret (A) swingAndWait(f); }
download show line numbers debug dex old transpilations
Travelled to 19 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, ekrmjmnbrukm, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, podlckwnjdmb, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1004075 |
Snippet name: | swing - extended synonym of swingAndWait |
Eternal ID of this version: | #1004075/7 |
Text MD5: | 2021ab4b98908816838f6ac5d0d1677e |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-01-07 06:43:15 |
Source code size: | 229 bytes / 15 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 744 / 1058 |
Version history: | 6 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1013101 - swingUnlessHeadless - swing() unless headless() #1024182 - swingIf |