svoid dm_addExtractEntitiesExample(S input, LS entities) { dm_requireAndCallModule("#1021326/ExtractEntitiesExamples", 'addEntry, input, entities); } svoid mapLike dm_addExtractEntitiesExample(O extractFunction, S input) { dm_addExtractEntitiesExample(input, assertNotNull((Collection<S>) callF(extractFunction, input))); }
Began life as a copy of #1021322
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: | #1021327 |
Snippet name: | dm_addExtractEntitiesExample |
Eternal ID of this version: | #1021327/1 |
Text MD5: | 3d2357f3c009bef2d54a7b640be2953c |
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 17:58:57 |
Source code size: | 334 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 319 / 340 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1021332 - dm_addTripelizeExample |