Lol – it’s a Kotlin Arrow question, not sure how I got here… From: Wes McKinney <[email protected]> Date: Monday, 15 March BE 2564 20:26 To: [email protected] <[email protected]> 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 <[email protected]> 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 >
