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

26
LINES

< > BotCompany Repo | #1032139 // dm_liveValue - synonym of dm_calculatedLiveValue + dm_fieldLiveValue

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

Transpiled version (16795L) is out of date.

1  
static <A> LiveValue<A> dm_liveValue(DynModule module, Class type, F0<A> calc) {
2  
  ret dm_calculatedLiveValue(module, type, calc);
3  
}
4  
5  
6  
7  
static <A> LiveValue<A> dm_liveValue(Class type, F0<A> calc) {
8  
  ret dm_calculatedLiveValue(type, calc);
9  
}
10  
11  
12  
13  
static <A> LiveValue<A> dm_liveValue(Class<A> type, IF0<A> calc) {
14  
  ret dm_calculatedLiveValue(type, calc);
15  
}
16  
17  
18  
19  
static LiveValue<O> dm_liveValue(IF0<?> calc) {
20  
  ret dm_calculatedLiveValue(calc);
21  
}
22  
23  
24  
static SimpleLiveValue mapMethodLike dm_liveValue(DynModule module default dm_current_mandatory(), S fieldName) {
25  
  ret dm_fieldLiveValue(module, fieldName);
26  
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1032139
Snippet name: dm_liveValue - synonym of dm_calculatedLiveValue + dm_fieldLiveValue
Eternal ID of this version: #1032139/5
Text MD5: 07f9cda014a5bf8b4e5161d34daa4cd8
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-01-29 04:22:42
Source code size: 632 bytes / 26 lines
Pitched / IR pitched: No / No
Views / Downloads: 95 / 153
Version history: 4 change(s)
Referenced in: [show references]