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

17
LINES

< > BotCompany Repo | #1000532 // LUse (learner)

JavaX fragment (include)

1  
static class LUse extends LearnerImpl {
2  
  Function f;
3  
4  
  *(Function *f) {}
5  
  
6  
  public void processInOut(Object in, Object out) {
7  
  }
8  
  
9  
  public Object processIn(Object in) {
10  
    in = f.process(in);
11  
    return in;
12  
  }
13  
  
14  
  public void toJava(Code code) {
15  
    f.toJava_process(code);
16  
  }
17  
}

Author comment

Began life as a copy of #1000511

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

2 comment(s) hidden. show

Snippet ID: #1000532
Snippet name: LUse (learner)
Eternal ID of this version: #1000532/1
Text MD5: dc2f7e68fc02e22919a6fe380ad4a32e
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-08-18 18:55:35
Source code size: 307 bytes / 17 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 1296 / 1941
Referenced in: [show references]