1 | // Note: this can cause the bad-type-inference problem |
2 | // if a is of a subtype of the A in f and f is a lambda specified without a type |
3 | static <A> A pcallOr(IF0<A> f, A a) { |
4 | if (f != null) pcall { ret f!; } |
5 | ret a; |
6 | } |
Began life as a copy of #1026176
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
Snippet ID: | #1031524 |
Snippet name: | pcallOr |
Eternal ID of this version: | #1031524/2 |
Text MD5: | e4e23889b3efe3875a6474c9e658d3a9 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-06-18 18:40:37 |
Source code size: | 224 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 181 / 219 |
Version history: | 1 change(s) |
Referenced in: | [show references] |