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

14
LINES

< > BotCompany Repo | #1021331 // Tripelize Examples

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Uses 911K of libraries. Click here for Pure Java version (8592L/46K).

!7

concept Example {
  S input;
  S a, b, c;
}

cmodule TripelizeExamples > DynCRUD<Example> {
  // API
  
  void addEntry(S input, T3<S> t) {
    uniq_sync(Example, +input, a := t.a, b := t.b, c := t.c);
  }
}

Author comment

Began life as a copy of #1021326

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: #1021331
Snippet name: Tripelize Examples
Eternal ID of this version: #1021331/3
Text MD5: a4c3ee1c4ea19c665de80a3e6f0c611c
Transpilation MD5: bfb5b30d1f027e418707a49f0a4f2f35
Author: stefan
Category: javax / stefan's os / nlp
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-02-08 18:09:57
Source code size: 224 bytes / 14 lines
Pitched / IR pitched: No / No
Views / Downloads: 207 / 567
Version history: 2 change(s)
Referenced in: [show references]