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
Is your feature request related to a problem? Please describe.
Values such as Option use a different naming scheme for swtching to a different instance of the Value when it is empty than ReactiveSeq.
Describe the solution you'd like
This will introduce methods that follow the ReactiveSeq naming convention, and deprecate the existing methods - for removal in a later major version of Cyclops.
The new methods should be added to
com.oath.cyclops.types.OrElseValue
The old methods should call the new ones.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
Values such as Option use a different naming scheme for swtching to a different instance of the Value when it is empty than ReactiveSeq.
Describe the solution you'd like
This will introduce methods that follow the ReactiveSeq naming convention, and deprecate the existing methods - for removal in a later major version of Cyclops.
The new methods should be added to
The old methods should call the new ones.
The text was updated successfully, but these errors were encountered: