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

3
LINES

< > BotCompany Repo | #1036549 // singleton - singleton list

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

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

static <A> L<A> singleton(A a) {
  ret ll(a);
}

Author comment

Began life as a copy of #1036540

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): mqqgnosmbjvj, wnsclhtenguj

No comments. add comment

Snippet ID: #1036549
Snippet name: singleton - singleton list
Eternal ID of this version: #1036549/1
Text MD5: a2be9d5d8857eae5b9bbaa6f9e330b76
Transpilation MD5: ccd83812d824aefc6a0136e86d356282
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2023-02-12 19:03:37
Source code size: 49 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 70 / 98
Referenced in: [show references]