Libraryless. Click here for Pure Java version (2041L/13K).
static CloseableItIt mapLike mapI_notNulls_closeable(final O f, final CloseableItIt i) { ret notNulls_closeableIterator(mapI_closeable(f, i)); } static <A, B> CloseableItIt<B> mapI_notNulls_closeable(CloseableItIt<A> i, IF1<A, B> f) { ret mapI_notNulls_closeable(f, i); }
Began life as a copy of #1023548
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1023553 |
Snippet name: | mapI_notNulls_closeable |
Eternal ID of this version: | #1023553/4 |
Text MD5: | 59017bc532e53fcf6a9b55bdf3a978de |
Transpilation MD5: | ec7598fbd018e61081f8b779731f383c |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-08-12 21:08:15 |
Source code size: | 284 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 266 / 376 |
Version history: | 3 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1023997 - mapI_notNulls |