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
Spine allows having an Optional as the second argument of Pair but the only way to create it is call Pair.withNullable() which allows the second argument to be null, but there is no option to create a Pair if I have a message that is already wrapped in Optional.
Spine allows having an
Optional
as the second argument ofPair
but the only way to create it is callPair.withNullable()
which allows the second argument to benull
, but there is no option to create aPair
if I have a message that is already wrapped inOptional
.I see the method signature like this:
The resulting API will be:
The text was updated successfully, but these errors were encountered: