Merge pull request #37 from OnixByte/release/1.6.1

Update 1.6.1
This commit is contained in:
Zihlu Wang
2024-08-22 11:52:52 +08:00
committed by GitHub
2 changed files with 11 additions and 2 deletions
@@ -68,7 +68,7 @@ import java.util.function.Supplier;
* *
* @param <T> the type of the result to be handled by the methods * @param <T> the type of the result to be handled by the methods
* @author zihluwang * @author zihluwang
* @version 1.1.0 * @version 1.6.1
* @see java.util.function.Supplier * @see java.util.function.Supplier
* @see java.util.function.BooleanSupplier * @see java.util.function.BooleanSupplier
* @see java.lang.Runnable * @see java.lang.Runnable
@@ -225,4 +225,13 @@ public final class BranchUtil<T> {
*/ */
private final boolean result; private final boolean result;
/**
* Get the boolean result.
*
* @return the result
*/
public boolean getResult() {
return result;
}
} }
+1 -1
View File
@@ -26,7 +26,7 @@ springVersion=6.1.3
springBootVersion=3.2.3 springBootVersion=3.2.3
buildGroupId=com.onixbyte buildGroupId=com.onixbyte
buildVersion=1.6.0 buildVersion=1.6.1
projectUrl=https://onixbyte.com/JDevKit projectUrl=https://onixbyte.com/JDevKit
projectGithubUrl=https://github.com/OnixByte/JDevKit projectGithubUrl=https://github.com/OnixByte/JDevKit
licenseName=The Apache License, Version 2.0 licenseName=The Apache License, Version 2.0