Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocky Yu committed Oct 17, 2022
1 parent 75ca9b8 commit deecab2
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,6 @@ public interface IAbility<BusinessExt extends IBusinessExt> {
*/
BusinessExt getDefaultRealization();

/**
* Execute the extension's customization.
*
* @param extCode the code of extension point.
* @param callback callback of the function.
* @param reducer The multi-result reduce policy.
* @return the result of extension customization.
*/
<T, R> R reduceExecute(String extCode, ExtensionCallback<BusinessExt, T> callback,
@Nonnull Reducer<T, R> reducer);

/**
* @param callback callback of the function.
Expand Down

0 comments on commit deecab2

Please sign in to comment.