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

7
LINES

< > BotCompany Repo | #1027407 // dm_onFieldChangeAndNow - synonym of dm_watchFieldAndNow

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

Libraryless. Click here for Pure Java version (11808L/77K).

svoid mapMethodLike dm_onFieldChangeAndNow(S field, Runnable onChange) {
  dm_watchFieldAndNow(field, onChange);
}

svoid dm_onFieldChangeAndNow(Cl<S> fields, Runnable onChange) {
  dm_watchFieldsAndNow(fields, onChange);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1027407
Snippet name: dm_onFieldChangeAndNow - synonym of dm_watchFieldAndNow
Eternal ID of this version: #1027407/2
Text MD5: 541a78023eb6804374fd4e923f4a7731
Transpilation MD5: 0336a7d7beca17e1e84f384e8a64ee92
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-03-25 17:58:18
Source code size: 229 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 211 / 263
Version history: 1 change(s)
Referenced in: [show references]