1 | static <A> L<ITheoryOn<A>> theoryPlusInverse(ITheoryOn<A> t) {
|
2 | if (t cast InverseTheory) |
3 | ret ll(t, t.t); |
4 | else |
5 | ret ll(t, new InverseTheory(t)); |
6 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1028705 |
| Snippet name: | theoryPlusInverse |
| Eternal ID of this version: | #1028705/3 |
| Text MD5: | 9359d99f45d7413669428e80a393813e |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-07-05 22:49:32 |
| Source code size: | 161 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 385 / 422 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |