File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
devkit-utils/src/main/java/com/onixbyte/devkit/utils Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 6868 *
6969 * @param <T> the type of the result to be handled by the methods
7070 * @author zihluwang
71- * @version 1.1.0
71+ * @version 1.6.1
7272 * @see java.util.function.Supplier
7373 * @see java.util.function.BooleanSupplier
7474 * @see java.lang.Runnable
@@ -225,4 +225,13 @@ public void handle(Runnable ifHandler) {
225225 */
226226 private final boolean result ;
227227
228+ /**
229+ * Get the boolean result.
230+ *
231+ * @return the result
232+ */
233+ public boolean getResult () {
234+ return result ;
235+ }
236+
228237}
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ springVersion=6.1.3
2626springBootVersion =3.2.3
2727
2828buildGroupId =com.onixbyte
29- buildVersion =1.6.0
29+ buildVersion =1.6.1
3030projectUrl =https://onixbyte.com/JDevKit
3131projectGithubUrl =https://github.com/OnixByte/JDevKit
3232licenseName =The Apache License, Version 2.0
You can’t perform that action at this time.
0 commit comments