static <A> ItIt<A> producerToIterator(Producer<A> p) { ret p == null ? null : iteratorFromFunction_if0(() -> p.next()); }
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1026364 |
Snippet name: | producerToIterator |
Eternal ID of this version: | #1026364/1 |
Text MD5: | 49dc1069bb80b8e5778cdc07a3560f54 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-12-25 15:50:07 |
Source code size: | 125 bytes / 3 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 184 / 227 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1031009 - debugProducer |