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

7
LINES

< > BotCompany Repo | #1015896 // stringLiveValue

JavaX fragment (include)

static SimpleLiveValue<S> stringLiveValue() {
  ret SimpleLiveValue(S);
}

static SimpleLiveValue<S> stringLiveValue(S value) {
  ret SimpleLiveValue(S, value);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1015896
Snippet name: stringLiveValue
Eternal ID of this version: #1015896/3
Text MD5: 88f87691e8b4b4ecd5b415edd16cf821
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-06-05 17:27:54
Source code size: 168 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 437 / 512
Version history: 2 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1017141 - simpleLiveValue
#1017150 - floatLiveValue