Xandacona
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Xandacona created a post, AnsweredIntellij format java functional interfaces in one line
I would like to write my code like this:public class Test { class A {} class B {} interface ABMapper { B map(A a);} B map(A a, ABMapper mapper) {return mapper.map(a);} @org...