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

4
LINES

< > BotCompany Repo | #1028348 // assertLessThan

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

Libraryless. Click here for Pure Java version (2496L/16K).

static <A> A assertLessThan(A a, A b) {
  assertTrue(cmp(b, a) < 0);
  ret b;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1028348
Snippet name: assertLessThan
Eternal ID of this version: #1028348/1
Text MD5: c93b1239927cc75110718efd21d96416
Transpilation MD5: 3cd039850a7649ec24e5187de06389b5
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-06-12 23:28:53
Source code size: 82 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 123 / 182
Referenced in: [show references]