Libraryless. Click here for Pure Java version (31L/1K).
1 | interface IPartialStringifier<A> {
|
2 | // return null if not handled |
3 | public S toStringOpt(A o); |
4 | } |
Began life as a copy of #1034143
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1034194 |
| Snippet name: | IPartialStringifier - stringifier that only handles certain classes |
| Eternal ID of this version: | #1034194/1 |
| Text MD5: | 2f0ec9f7e41d935b217e704614628d4a |
| Transpilation MD5: | bb396519a1e832b1d89118ac1ea4b42b |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-01-28 19:17:27 |
| Source code size: | 100 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 707 / 801 |
| Referenced in: | [show references] |