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

3
LINES

< > BotCompany Repo | #1029613 // firstWhereFirstLongIs

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

Libraryless. Click here for Pure Java version (3067L/20K).

sS firstWhereFirstLongIs(Cl<S> l, long i) {
  return firstThat(l, s -> parseFirstLong(s) == i);
}

Author comment

Began life as a copy of #1005548

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: #1029613
Snippet name: firstWhereFirstLongIs
Eternal ID of this version: #1029613/1
Text MD5: b4b8cbaa3cf1b3628f8f9d4cd204c131
Transpilation MD5: fa687ee921ef23f27c10d373d624a4a2
Author: stefan
Category: javax / parsing
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-08-27 18:28:07
Source code size: 99 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 143 / 228
Referenced in: [show references]