@@ -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
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user