Libraryless. Click here for Pure Java version (4631L/26K).
1 | // f: func -> A | endMarker |
2 | static <A> IterableIterator<A> iteratorFF(O f) { |
3 | ret iteratorFromFunction_withEndMarker(f); |
4 | } |
5 | |
6 | static <A> IterableIterator<A> iteratorFF(F0 f) { |
7 | ret iteratorFromFunction_withEndMarker(f); |
8 | } |
9 | |
10 | static <A> IterableIterator<A> iteratorFF(IF0 f) { |
11 | ret iteratorFromFunction_withEndMarker(f); |
12 | } |
Began life as a copy of #1012670
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: | #1013588 |
Snippet name: | iteratorFF - synonym of iteratorFromFunction_withEndMarker |
Eternal ID of this version: | #1013588/4 |
Text MD5: | c36c568a8c039fd41c9699218fd33e20 |
Transpilation MD5: | a4105da4ecea8ba0b601183beae907c4 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-12-15 14:46:11 |
Source code size: | 331 bytes / 12 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 463 / 541 |
Version history: | 3 change(s) |
Referenced in: | [show references] |