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

11
LINES

< > BotCompany Repo | #1020684 // levelTwoMap - synonym of mapTwoLevelsDown

JavaX fragment (include)

static <A, B> LL<B> mapLike levelTwoMap(F1<A, B> f, Iterable<L<A>> l) {
  ret mapTwoLevelsDown(f, l);
}

static <A, B> LL<B> mapLike levelTwoMap(O f, Iterable<L<A>> l) {
  ret mapTwoLevelsDown(f, l);
}

static <A, B> LL<B> mapLike levelTwoMap(Iterable<L<A>> l, F1<A, B> f) {
  ret levelTwoMap(f, l);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1020684
Snippet name: levelTwoMap - synonym of mapTwoLevelsDown
Eternal ID of this version: #1020684/9
Text MD5: 4b0a092825ce0533ec1fd10620057cc9
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-10-14 00:32:58
Source code size: 311 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 218 / 279
Version history: 8 change(s)
Referenced in: [show references]