On Sun, May 10, 2020, 4:02 PM Paul King <[email protected]> wrote:
> There are a number of approaches you could take. Why not just a whole bunch > of methods that map directly to existing functionality, e.g.: > > fun Boolean?.isNotTrue() = BooleanUtils.isNotTrue(this) > fun Boolean.toStringYesNo() = BooleanUtils.toStringYesNo(this) > > It might be possible to automate and when making changes/fixing bugs, there > wouldn't be two places to change. Just a thought? > Oh, sure. > Cheers, Paul. > > > On Sun, May 10, 2020 at 7:58 PM Isira Seneviratne <[email protected]> > wrote: > > > Since the original attachments did not come through, I've created a > > temporary GitHub repository for the proposed library, for anyone who is > > interested: https://github.com/Isira-Seneviratne/commons-lang-kt.git > > > > -- > > Isira Seneviratne > > [email protected] > > >
