Re: A feature request: comparing LocalDate and LocalDateTime using built-in operators.

2021-11-17 Thread Rachel Greenham
(or theLocalDate.atStartOfDay().isBefore(theLocalDateTime()) ) That’s the conceptual problem with wanting a convenience of being able to compare different time types *without knowing what they are*. It means you may be embedding assumptions in a library that aren’t as global as you might think they are. -- Rac

Re: () call-type syntax for functional interfaces?

2021-04-29 Thread Rachel Greenham
only use it if it’s exactly one entry long. -- Rachel Greenham rac...@merus.eu > On 29 Apr 2021, at 12:46, Christopher Smith wrote: > > That option is not available when using, for example, > java.util.function.Function. > > On Thu, Apr 29, 2021, 03:34 Angelo Schneider