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
Methods like recreateTrade(final Trade trade) from SingleUserKtRequester which extract required parameters for the request from the passed arguments should exist in the base interface KtRequester.
They could be implemented with the help of default methods which automatically do the extraction and forward the call to the real method.
The text was updated successfully, but these errors were encountered:
Methods like recreateTrade(final Trade trade) from SingleUserKtRequester which extract required parameters for the request from the passed arguments should exist in the base interface KtRequester.
They could be implemented with the help of default methods which automatically do the extraction and forward the call to the real method.
The text was updated successfully, but these errors were encountered: