Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

5
LINES

< > BotCompany Repo | #1028954 // parseLambdaExpression

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2856L/18K).

static LambdaExpression parseLambdaExpression(S s) {
  LS l = splitAtSingleArrow(s);
  if (l(l) != 2) null;
  ret LambdaExpression(tok_splitAtComma(deRoundBracket(first(l))), second(l));
}

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: 102 / 153
Referenced in: [show references]