(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
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