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.

static <A> LiveValue<A> dm_liveValue(DynModule module, Class type, F0<A> calc) {
  ret dm_calculatedLiveValue(module, type, calc);
}



static <A> LiveValue<A> dm_liveValue(Class type, F0<A> calc) {
  ret dm_calculatedLiveValue(type, calc);
}



static <A> LiveValue<A> dm_liveValue(Class<A> type, IF0<A> calc) {
  ret dm_calculatedLiveValue(type, calc);
}



static LiveValue<O> dm_liveValue(IF0<?> calc) {
  ret dm_calculatedLiveValue(calc);
}


static SimpleLiveValue mapMethodLike dm_liveValue(DynModule module default dm_current_mandatory(), S fieldName) {
  ret dm_fieldLiveValue(module, fieldName);
}

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: 90 / 147
Version history: 4 change(s)
Referenced in: [show references]