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

11
LINES

< > BotCompany Repo | #1032841 // longerThan

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

Transpiled version (9183L) is out of date.

static LS longerThan(Iterable<S> l, int x) {
  ret filter(l, s -> l(s) > x);
}

static LS longerThan(int x, Iterable<S> l) {
  ret longerThan(l, x);
}

static <A, B> bool longerThan(Cl<A> a, Cl<B> b) {
  ret l(a) > l(b);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1032841
Snippet name: longerThan
Eternal ID of this version: #1032841/4
Text MD5: 8a59570ee4e218374d682304d92fa938
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-06-26 21:35:55
Source code size: 232 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 88 / 144
Version history: 3 change(s)
Referenced in: [show references]