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

3
LINES

< > BotCompany Repo | #1030908 // contains$ - curried version of contains

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

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

static <A> IPred<A> contains$(Cl<A> l) {
  ret a -> contains(l, a);
}

Author comment

Began life as a copy of #1030306

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1030908
Snippet name: contains$ - curried version of contains
Eternal ID of this version: #1030908/1
Text MD5: 288cfb61e83fcea6565f5f684017f9ef
Transpilation MD5: c6a53a60d153c3eb24d1800bc61c8b08
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-04-08 17:57:35
Source code size: 71 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 105 / 162
Referenced in: [show references]