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

7
LINES

< > BotCompany Repo | #1032674 // withPollValue

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

Transpiled version (5435L) is out of date.

static <A> WithPollValue<A> withPollValue(O pollValue default value, A value) {
  ret new WithPollValue<A>(pollValue, value);
}

static <A> WithPollValue<A> withPollValue(O pollValue, IF0<A> makeValue) {
  ret new WithPollValue<A>(pollValue, makeValue);
}

Author comment

Began life as a copy of #1027535

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1032674
Snippet name: withPollValue
Eternal ID of this version: #1032674/6
Text MD5: 298698322923f24f57af24ad91896358
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-04 16:42:48
Source code size: 261 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 88 / 139
Version history: 5 change(s)
Referenced in: [show references]