1 | static <A> A callOrKeep(O f, A a) { |
2 | ret callPostProcessor(f, a); |
3 | } |
4 | |
5 | |
6 | |
7 | static <A> A callOrKeep(IF1<A> f, A a) { |
8 | ret callPostProcessor(f, a); |
9 | } |
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: | 409 / 451 |
| Referenced in: | [show references] |