Libraryless. Click here for Pure Java version (2856L/18K).
1 | static LambdaExpression parseLambdaExpression(S s) { |
2 | LS l = splitAtSingleArrow(s); |
3 | if (l(l) != 2) null; |
4 | ret LambdaExpression(tok_splitAtComma(deRoundBracket(first(l))), second(l)); |
5 | } |
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: | #1028954 |
Snippet name: | parseLambdaExpression |
Eternal ID of this version: | #1028954/1 |
Text MD5: | e6a793273d2d0916fb1ae5d4251893dc |
Transpilation MD5: | 4d5505ab37465013ce4df794f5fa62a6 |
Author: | stefan |
Category: | javax / parsing |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-07-13 21:29:11 |
Source code size: | 192 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 189 / 266 |
Referenced in: | [show references] |