Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Createsequence committed Jun 30, 2024
1 parent 3624c4f commit 7ef6078
Show file tree
Hide file tree
Showing 65 changed files with 207 additions and 183 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,13 @@
String on() default "";

/**
* <p>Whether to filter null keys.
* <p>Whether to filter null keys. <br/>
* for example:
* <pre type="code">{@code
* [null, null] -> []
* [null, 1, 2, null, 3] -> [1, 2, 3]
* [1, 2, 3] -> [1, 2, 3]
* }</pre>
*
* @return boolean
* @since 2.9.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ public void execute(Collection<?> targets, BeanOperations operations, Options op
* @param operations operations to be performed
* @param options options for execution
* @implSpec call {@link #afterOperationsCompletion} finally
* @see #executeDisassembleOperations
* @see #executeAssembleOperations
* @since 2.9.0
*/
public abstract void doExecute(@NonNull Collection<?> targets, @NonNull BeanOperations operations, Options options);
Expand Down
4 changes: 2 additions & 2 deletions docs/404.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/advanced/async_executor.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/advanced/cache.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/advanced/callback_of_component.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/advanced/combination_annotation.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/advanced/operation_annotation_handler.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/advanced/operator_interface.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/advanced/reflection_factory.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/advanced/type_converter.html

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/assets/chunks/@localSearchIndexroot.B8Cr8_z5.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/assets/chunks/@localSearchIndexroot.CQiwzXJT.js

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7ef6078

Please sign in to comment.