1 | static <A> ItIt<A> producerToIterator(Producer<A> p) {
|
2 | ret p == null ? null : iteratorFromFunction_if0(() -> p.next()); |
3 | } |
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: | 420 / 463 |
| Referenced in: | [show references] |