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

11
LINES

< > BotCompany Repo | #1030432 // VStackComputableWithStep

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

Libraryless. Click here for Pure Java version (2994L/18K).

abstract sclass VStackComputableWithStep<A> implements VStack.Computable<A> {
  int step;
  
  // you can implement either of these
  
  public void step(VStack stack, O subComputationResult) {
    step(stack);
  }
  
  void step(VStack stack) {}
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030432
Snippet name: VStackComputableWithStep
Eternal ID of this version: #1030432/4
Text MD5: f06032422d3cc0c4296b64609064c5f0
Transpilation MD5: d98533569a6c33371b9e9886fdc63b61
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-06-29 05:10:59
Source code size: 258 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 180 / 395
Version history: 3 change(s)
Referenced in: [show references]