You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please make left and right package private in order to expose them directly via leftOrNull and rightOrNull without this wrapping / unwrapping unnecessary step? That will also be useful to access them from other extensions like #14.
Optional
should be exposed as nullable in Kotlin, we use that pattern in Spring Data for example.The text was updated successfully, but these errors were encountered: