Libraryless. Click here for Pure Java version (2994L/18K).
1 | abstract sclass VStackComputableWithStep<A> implements VStack.Computable<A> { |
2 | int step; |
3 | |
4 | // you can implement either of these |
5 | |
6 | public void step(VStack stack, O subComputationResult) { |
7 | step(stack); |
8 | } |
9 | |
10 | void step(VStack stack) {} |
11 | } |
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: | 262 / 497 |
Version history: | 3 change(s) |
Referenced in: | [show references] |