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

7
LINES

< > BotCompany Repo | #1031871 // withTrail - make WithTrail

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

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

static <A> WithTrail<A, O> withTrail(A value) {
  ret WithTrail(value);
}

static <A, B> WithTrail<A, B> withTrail(B trail, A value) {
  ret WithTrail(trail, value);
}

Author comment

Began life as a copy of #1027174

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1031871
Snippet name: withTrail - make WithTrail
Eternal ID of this version: #1031871/3
Text MD5: cf5317ac0118e4490d536047d62fabde
Transpilation MD5: 58a84ec78616e7c5543e60aa461d1832
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-07-23 16:14:18
Source code size: 173 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 82 / 127
Version history: 2 change(s)
Referenced in: [show references]