Lol – it’s a Kotlin Arrow question, not sure how I got here… From: Wes McKinney <wesmck...@gmail.com> Date: Monday, 15 March BE 2564 20:26 To: dev@arrow.apache.org <dev@arrow.apache.org> Subject: Re: How to compose nullable return types without Option Hi John, is this a question about Apache Arrow or Arrow the Kotlin library (a different project)?
On Mon, Mar 15, 2021 at 3:12 AM John Coleman <john...@central.tech> wrote: > Hi, > > Presently one can compose a set of functions that return nullables by > using toOption to return None for a failed return. However with the loss of > Option there will be no applicative to use. > > Can there be a Null.applicative? Without Option what can the a null be > lifted into to compose it? > > Regards, > John >