1 | static <A> A or_indirect(A a, IF0<A> b) { |
2 | ret or_calc(a, b); |
3 | } |
4 | |
5 | |
6 | |
7 | static <A> A lambda0Like or_indirect(IF0<A> b, A a) { |
8 | ret or_calc(b, a); |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, ekrmjmnbrukm, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1032945 |
| Snippet name: | or_indirect - synonym of or_calc |
| Eternal ID of this version: | #1032945/1 |
| Text MD5: | 0b700af301911b48fdae50341b08d1c2 |
| Author: | someone |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-10-11 04:50:56 |
| Source code size: | 146 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 385 / 423 |
| Referenced in: | [show references] |