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

9
LINES

< > BotCompany Repo | #1020688 // twoLevelMap - synonym of mapTwoLevelsDown

JavaX fragment (include)

static <A, B> LL<B> twoLevelMap(F1<A, B> f, LL<A> l) {
  ret mapTwoLevelsDown(f, l);
}



static <A, B> LL<B> mapLike twoLevelMap(O f, LL<A> l) {
  ret mapTwoLevelsDown(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: #1020688
Snippet name: twoLevelMap - synonym of mapTwoLevelsDown
Eternal ID of this version: #1020688/2
Text MD5: e11da558da8c5bd1663914dc286289e4
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-30 21:48:52
Source code size: 185 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 259 / 281
Version history: 1 change(s)
Referenced in: [show references]