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
If get [A] is used, get [Option [T]] will be used in the same way when setting elements are obtained as Option [T] type. When assuming types such as Option and Seq, we want to separate functions. ex) getOptional.
Also, since a similar definition is provided in PlayFramework, we also want to eliminate the problem that users can't decide which one to use.
The text was updated successfully, but these errors were encountered:
If get [A] is used, get [Option [T]] will be used in the same way when setting elements are obtained as Option [T] type. When assuming types such as Option and Seq, we want to separate functions. ex) getOptional.
Also, since a similar definition is provided in PlayFramework, we also want to eliminate the problem that users can't decide which one to use.
The text was updated successfully, but these errors were encountered: