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

4
LINES

< > BotCompany Repo | #1032859 // itemPlusChain - append in front

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

Libraryless. Click here for Pure Java version (3940L/22K).

// Nota bene: this invalidates the AppendableChain object you had before
static <A> AppendableChain<A> itemPlusChain(A a, AppendableChain<A> chain) {
  ret new AppendableChain<A>(a, chain);
}

Author comment

Began life as a copy of #1030670

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1032859
Snippet name: itemPlusChain - append in front
Eternal ID of this version: #1032859/3
Text MD5: 51b65cdf16d82088e671d9006a8a02d0
Transpilation MD5: a82e17ffb075a9752419a45c747df4c7
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-06 23:11:25
Source code size: 194 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 85 / 135
Version history: 2 change(s)
Referenced in: [show references]