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

3
LINES

< > BotCompany Repo | #1034486 // nullPlus - add null as first entry to a list

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

Libraryless. Click here for Pure Java version (84L/1K).

static <A> L<A> nullPlus(Cl<A> l) {
  ret itemPlusList(null, l);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1034486
Snippet name: nullPlus - add null as first entry to a list
Eternal ID of this version: #1034486/2
Text MD5: 5255f47494e24ec77d7a8f9e7689ca30
Transpilation MD5: 39d787e68fe3ea79569fd035337a6661
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-02-08 07:14:12
Source code size: 68 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 91 / 125
Version history: 1 change(s)
Referenced in: [show references]