Transpiled version (5435L) is out of date.
1 | static <A> WithPollValue<A> withPollValue(O pollValue default value, A value) { |
2 | ret new WithPollValue<A>(pollValue, value); |
3 | } |
4 | |
5 | static <A> WithPollValue<A> withPollValue(O pollValue, IF0<A> makeValue) { |
6 | ret new WithPollValue<A>(pollValue, makeValue); |
7 | } |
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: | 160 / 231 |
Version history: | 5 change(s) |
Referenced in: | [show references] |