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

3
LINES

< > BotCompany Repo | #1032482 // lambdaToToString - yes it's correct. convert IF0<S> lambda expression to something with a proper toString

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

Libraryless. Compilation Failed (33L/1K).

static Stringable lambdaToToString(IF0<?> f) {
  ret f == null ?: new Stringable(f);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx

No comments. add comment

Snippet ID: #1032482
Snippet name: lambdaToToString - yes it's correct. convert IF0<S> lambda expression to something with a proper toString
Eternal ID of this version: #1032482/5
Text MD5: d00aeab80aab4d4a8da8ce576f6d6a2d
Transpilation MD5: d1b0117a145756534a703ea409544b43
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-16 04:38:14
Source code size: 88 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 88 / 144
Version history: 4 change(s)
Referenced in: [show references]