talios
10/16/2015, 12:40 AMtalios
10/16/2015, 12:43 AMEmployer<YouTrackIssue>
be assigned to Employer<Task>
or Person<YouTrackIssue>
or….talios
10/16/2015, 12:44 AMEmployer<T>
is generic, the reified one is concrete.cfleming
10/16/2015, 1:01 AMcfleming
10/16/2015, 1:02 AMtalios
10/16/2015, 1:20 AMjava.lang.Boolean.valueOf("true”)
talios
10/16/2015, 1:20 AMcedric
10/16/2015, 1:21 AMs.equalsIgnoreCase("true")
simple smiletalios
10/16/2015, 1:21 AMcedric
10/16/2015, 1:21 AMevanchooly
10/16/2015, 1:23 AMMap<String, Boolean>
...evanchooly
10/16/2015, 1:23 AMtalios
10/16/2015, 1:23 AMtalios
10/16/2015, 1:24 AMcedric
10/16/2015, 1:24 AMpublic static boolean parseBoolean(String s) {
return ((s != null) && s.equalsIgnoreCase("true"));
}
talios
10/16/2015, 1:24 AM.contains
!talios
10/16/2015, 1:25 AMpublic static boolean String.isTruthyWuthy()
simple smileyogurtearl
10/16/2015, 1:54 AMevanchooly
10/16/2015, 2:00 AMcfleming
10/16/2015, 2:31 AMcedric
10/16/2015, 2:31 AMtalios
10/16/2015, 2:53 AMyasyd
10/16/2015, 7:19 AMdamianpetla
10/16/2015, 8:14 AMyole
10/16/2015, 8:20 AMdamianpetla
10/16/2015, 8:24 AMyole
10/16/2015, 8:26 AMyole
10/16/2015, 8:27 AMfrankdavid
10/16/2015, 11:09 AMThe C# guys didn't solve it that nicely, they are paying a heavy price for reificationwhat is that price?
frankdavid
10/16/2015, 11:43 AM