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

7
LINES

< > BotCompany Repo | #1023319 // printWithDate - synonym of printWithTime

JavaX fragment (include)

static <A> A printWithDate(A a) {
  ret printWithTime(a);
}

static <A> A printWithDate(S s, A a) {
  ret printWithTime(s, a);
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1023319
Snippet name: printWithDate - synonym of printWithTime
Eternal ID of this version: #1023319/2
Text MD5: fd9e65179e268a17dec8628d71314667
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-09-27 18:47:33
Source code size: 134 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 190 / 253
Version history: 1 change(s)
Referenced in: [show references]