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

7
LINES

< > BotCompany Repo | #1036524 // dummyIteratorMonitor

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

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

static IIteratorMonitor dummyIteratorMonitor() {
  ret new IIteratorMonitor {
    public <A> CloseableItIt<A> monitorIterator(S description, Cl<A> l) {
      ret closeableIterableIterator(l);
    }
  };
}

Author comment

Began life as a copy of #1036523

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): mqqgnosmbjvj, wnsclhtenguj

No comments. add comment

Snippet ID: #1036524
Snippet name: dummyIteratorMonitor
Eternal ID of this version: #1036524/5
Text MD5: 546dc3cdb686df048c8a0566a0a39e2c
Transpilation MD5: 77a3edab902d7fbfe63889f253d15b0c
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2023-01-22 16:50:29
Source code size: 210 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 71 / 119
Version history: 4 change(s)
Referenced in: [show references]