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

11
LINES

< > BotCompany Repo | #1023584 // mapLines_tlft - map(tlft(...))

JavaX fragment (include)

static L mapLike mapLines_tlft(O f, S text) {
  ret map(f, tlft(text));
}

ifclass F1
  static <B> L<B> mapLines_tlft(S text, F1<S, B> f) { ret mapLines_tlft(f, text); }

  static <B> L<B> mapLines_tlft(F1<S, B> f, S text) {
    ret map(f, tlft(text));
  }
endif

Author comment

Began life as a copy of #1021167

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: #1023584
Snippet name: mapLines_tlft - map(tlft(...))
Eternal ID of this version: #1023584/1
Text MD5: 7e00daeb8d10fc08f42a00ba3dc03550
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-06-29 16:30:29
Source code size: 272 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 166 / 216
Referenced in: [show references]