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

8
LINES

< > BotCompany Repo | #1021332 // dm_addTripelizeExample

JavaX fragment (include)

svoid dm_addTripelizeExample(S input, T3<S> triple) {
  O mod = dm_require("#1021331/TripelizeExamples");
  dm_call(mod, 'addEntry, input, dm_export(mod, triple));
}

svoid mapLike dm_addTripelizeExample(O tripelizeFunction, S input) {
  dm_addTripelizeExample(input, assertNotNull((T3<S>) callF(tripelizeFunction, input)));
}

Author comment

Began life as a copy of #1021327

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1021332
Snippet name: dm_addTripelizeExample
Eternal ID of this version: #1021332/1
Text MD5: 844ec130be96c8885b57a7864a1fff10
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-02-08 18:11:51
Source code size: 333 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 188 / 222
Referenced in: [show references]