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

3
LINES

< > BotCompany Repo | #1028949 // if1ToF1

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2467L/16K).

static <A, B> F1<A, B> if1ToF1(IF1<A, B> f) {
  ret f == null ? null : func(A a) -> B { f.get(a) };
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1028949
Snippet name: if1ToF1
Eternal ID of this version: #1028949/1
Text MD5: ae9f42f098c5cadfd0933be7eac216fa
Transpilation MD5: 46be537e0ec7ed39c527fd71bfa3fbbd
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-07-12 18:06:11
Source code size: 103 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 141 / 206
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1036245 - if2ToF2