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

6
LINES

< > BotCompany Repo | #1009395 // l_lister

JavaX fragment (include)

static new ThreadLocal<ILister> l_lister_perThread;

static ILister l_lister() {
  ILister l = l_lister_perThread!;
  ret l != null ? l : l_defaultLister();
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1009395
Snippet name: l_lister
Eternal ID of this version: #1009395/4
Text MD5: a5d139a9d3883c7e2e16077599cc48c9
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-07-31 19:25:43
Source code size: 163 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 432 / 442
Version history: 3 change(s)
Referenced in: [show references]