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

6
LINES

< > BotCompany Repo | #1019140 // dm_moduleWithClassNameEndingIn

JavaX fragment (include)

static O dm_moduleWithClassNameEndingIn(fS suffix) {
  for (O m : dm_listModules())
    if (endsWith(className(m), suffix))
      ret m;
  null;
}

Author comment

Began life as a copy of #1019053

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1019140
Snippet name: dm_moduleWithClassNameEndingIn
Eternal ID of this version: #1019140/1
Text MD5: 71d927a329afafe28d15fde4a33f081c
Author: stefan
Category: javax / dynamic modules
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-10-24 22:52:07
Source code size: 151 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 225 / 272
Referenced in: [show references]