Skip to content

Commit

Permalink
Merge pull request #37 from OnixByte/release/1.6.1
Browse files Browse the repository at this point in the history
Update 1.6.1
  • Loading branch information
zihluwang authored Aug 22, 2024
2 parents 2b10eed + 5114135 commit 859a804
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
*
* @param <T> the type of the result to be handled by the methods
* @author zihluwang
* @version 1.1.0
* @version 1.6.1
* @see java.util.function.Supplier
* @see java.util.function.BooleanSupplier
* @see java.lang.Runnable
Expand Down Expand Up @@ -225,4 +225,13 @@ public void handle(Runnable ifHandler) {
*/
private final boolean result;

/**
* Get the boolean result.
*
* @return the result
*/
public boolean getResult() {
return result;
}

}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ springVersion=6.1.3
springBootVersion=3.2.3

buildGroupId=com.onixbyte
buildVersion=1.6.0
buildVersion=1.6.1
projectUrl=https://onixbyte.com/JDevKit
projectGithubUrl=https://github.com/OnixByte/JDevKit
licenseName=The Apache License, Version 2.0
Expand Down

0 comments on commit 859a804

Please sign in to comment.