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

15
LINES

< > BotCompany Repo | #1014738 // pnlStructToString - see pnlStruct

JavaX fragment (include)

static <A> S pnlStructToString(final Collection<A> l) {
  ret hijackPrint(r { pnlStruct(l) });
}

static <A> S pnlStructToString(final Iterable<A> l) {
  ret hijackPrint(r { pnlStruct(l) });
}

static <A> S pnlStructToString(final A[] l) {
  ret hijackPrint(r { pnlStruct(l) });
}

static <A, B> S pnlStructToString(final Map<A, B> map) {
  ret hijackPrint(r { pnlStruct(map) });
}

Author comment

Began life as a copy of #1008537

download  show line numbers  debug dex  old transpilations   

Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, podlckwnjdmb, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney

No comments. add comment

Snippet ID: #1014738
Snippet name: pnlStructToString - see pnlStruct
Eternal ID of this version: #1014738/4
Text MD5: 5cb094e110489fd19ee93e3758f569cd
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-01 15:44:54
Source code size: 395 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 390 / 430
Version history: 3 change(s)
Referenced in: [show references]