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

3
LINES

< > BotCompany Repo | #1036360 // strongestSignal

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

Libraryless. Click here for Pure Java version (9776L/54K).

static <A extends SignalWithStrength> A strongestSignal(Cl<A> l) {
  ret highestBy(l, s -> s.strength());
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1036360
Snippet name: strongestSignal
Eternal ID of this version: #1036360/1
Text MD5: 03b00253468705cd80a721d752741867
Transpilation MD5: 636dd772f551927226e836216dc9e3bc
Author: stefan
Category: javax / gazelle 22
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-11-23 20:50:30
Source code size: 109 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 64 / 96
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)