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

3
LINES

< > BotCompany Repo | #1033202 // printShortenedFunctionCall

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

Libraryless. Click here for Pure Java version (3896L/22K).

svoid mapMethodLike printShortenedFunctionCall(int len default 100, O fname, O... args) {
  print(shorten(len, formatFunctionCall(fname, args)));
}

Author comment

Began life as a copy of #1028075

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1033202
Snippet name: printShortenedFunctionCall
Eternal ID of this version: #1033202/1
Text MD5: 508bc80420d725c037ce9731760c83dd
Transpilation MD5: 556f694c6b5c585b3ed1b82882a6fd2f
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-16 03:07:43
Source code size: 149 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 79 / 123
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)