static <A> A callOrKeep(O f, A a) { ret callPostProcessor(f, a); } static <A> A callOrKeep(IF1<A> f, A a) { ret callPostProcessor(f, a); }
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030724 |
| Snippet name: | callOrKeep - synonym of callPostProcessor |
| Eternal ID of this version: | #1030724/1 |
| Text MD5: | 5af0023a8d02d3fe0a6458808b17dcab |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-03-18 14:44:11 |
| Source code size: | 147 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 410 / 451 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |