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

4
LINES

< > BotCompany Repo | #1026095 // returnTimedAfterWarmup

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

Libraryless. Click here for Pure Java version (3397L/19K).

static <A> Timed<A> returnTimedAfterWarmup(double seconds default defaultWarmUpSeconds(), IF0<A> f) {
  warmUp(seconds, r { f.get() });
  ret returnTimed(f);
}

Author comment

Began life as a copy of #1026094

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1026095
Snippet name: returnTimedAfterWarmup
Eternal ID of this version: #1026095/4
Text MD5: 23ac9f39043931ff45840d5a6d18ea08
Transpilation MD5: 84ae96310ae3fafdda67b4459f6b02fe
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-08-11 04:39:58
Source code size: 162 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 151 / 218
Version history: 3 change(s)
Referenced in: [show references]