Comments on: Day 23, Java Holiday Calendar 2016, Use Mappable Types Instead of Bloated Ones https://speedment.com/day-23-java-holiday-calendar-2016-use-mappable-types-instead-of-bloated-ones/ Build Fast Java Applications for the Fastest Business Performance Fri, 01 May 2020 05:21:37 +0000 hourly 1 https://wordpress.org/?v=5.1.1 By: Per Minborg https://speedment.com/day-23-java-holiday-calendar-2016-use-mappable-types-instead-of-bloated-ones/#comment-97 Fri, 23 Dec 2016 15:27:41 +0000 https://speedment.com/day-23-java-holiday-calendar-2016-use-mappable-types-instead-of-bloated-ones/#comment-97 True. I always make a habit of checking input parameters. In this case though, the result would be the same regardless of the check…

]]>
By: dulanov https://speedment.com/day-23-java-holiday-calendar-2016-use-mappable-types-instead-of-bloated-ones/#comment-98 Fri, 23 Dec 2016 15:09:07 +0000 https://speedment.com/day-23-java-holiday-calendar-2016-use-mappable-types-instead-of-bloated-ones/#comment-98 return Objects.requireNonNull(mapper).apply(this);

I think, 'Objects.requireNonNull(' here is redundant.

]]>