where you can have something like `Option<Strin...
# arrow
c
where you can have something like
Option<String?>
w
Copy code
val some: Option<String?> = Some(null)
Works for me.
🔝 1
Though I would certainly avoid it.
c
oh nice
writing a util method for mapping where clauses
None vs Some(null) for a predicate mean different things in my case