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
After JEP 218 and JEP 401 are delivered, we should migrate to value classes and specialized generics. To achieve this, we need to redesign a lot of APIs. Before that, kala-common will not be officially released.
This Issue is used to record the refactoring that needs to be done in the future.
Delete all AnyXxx classes/interfaces, PrimitiveXxx should directly inherit Xxx.
Delete all xxxOrNull methods, because xxxOption no longer has the boxing overhead.
The text was updated successfully, but these errors were encountered:
After JEP 218 and JEP 401 are delivered, we should migrate to value classes and specialized generics. To achieve this, we need to redesign a lot of APIs. Before that, kala-common will not be officially released.
This Issue is used to record the refactoring that needs to be done in the future.
AnyXxx
classes/interfaces,PrimitiveXxx
should directly inheritXxx
.The text was updated successfully, but these errors were encountered: