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

9
LINES

< > BotCompany Repo | #1033275 // rcallF - synonym of rCallF

JavaX fragment (include)

static <A, B> B rcallF(A a, IF1<A, B> f) {
  ret rCallF(a, f);
}



static <A> void rcallF(A a, IVF1<A> f) {
  rCallF(a, f);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1033275
Snippet name: rcallF - synonym of rCallF
Eternal ID of this version: #1033275/1
Text MD5: 9d8dc66ef254e5d5fe878ea497065d0b
Author: someone
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-18 05:08:47
Source code size: 128 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 82 / 109
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)