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

3
LINES

< > BotCompany Repo | #1027185 // withTrailToPair

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

Libraryless. Click here for Pure Java version (3370L/19K).

static <A, B> Pair<A, B> withTrailToPair(WithTrail<A, B> a) {
  ret a == null ? null : pair(a!, a.trail);
}

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: #1027185
Snippet name: withTrailToPair
Eternal ID of this version: #1027185/3
Text MD5: aa9f4c30cfd354b5e2e85d3a24636435
Transpilation MD5: e3b4c12ae8dc97a81201a93ae04a44b2
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-07-23 16:04:27
Source code size: 109 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 163 / 262
Version history: 2 change(s)
Referenced in: [show references]