1 | sS lambdaArgsToString_pureJava(S[] args) {
|
2 | ret l(args) == 1 ? first(args) |
3 | : roundBracketed(joinWithComma(args)); |
4 | } |
5 | |
6 | sS lambdaArgsToString_pureJava(LS args) {
|
7 | ret lambdaArgsToString_pureJava(toStringArray(args)); |
8 | } |
Began life as a copy of #1035181
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1035182 |
| Snippet name: | lambdaArgsToString_pureJava |
| Eternal ID of this version: | #1035182/2 |
| Text MD5: | 62da60065baa3436aadc2c9fdfb13eeb |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-04-06 01:15:01 |
| Source code size: | 230 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 344 / 373 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |