siujamo 0642bd836e feat: refactor BranchUtil<T> to BranchUtil
In this update, the generic type `BranchUtil<T>` has been refactored to
`BranchUtil`. Additionally, the method `thenSupply` on `BranchUtil`
instances has been modified to use the non-generic form `<T>thenSupply`
to simplify the method's interface.

BREAKING CHANGE: The method `handle(Supplier<T> trueSupplier[,
Supplier<T> falseSupplier])` has been refactored to `<T>
thenSupply(Supplier<T> trueSupplier[, Supplier<T> falseSupplier])`; the
type signature for the `thenSupply` method has changed; ensure to update
any instances where it is invoked.
2025-05-22 11:40:23 +08:00
2025-05-16 10:22:23 +08:00
2025-05-16 10:22:23 +08:00
2025-04-24 14:53:11 +08:00
2025-04-24 14:53:11 +08:00
2024-01-31 03:02:17 +08:00
2024-03-31 18:34:01 +08:00
2024-05-16 09:45:00 +08:00
2025-01-25 19:25:21 +08:00
2025-02-15 12:23:22 +08:00

JDevKit

Static Badge Static Badge Static Badge Static Badge

JDevKit is a Java Development Kit that offers a set of convenient tools for writing code efficiently.

Installation and Usage

If you are using Maven, please paste the following codes to pom.xml in your project.

<dependency>
    <groupId>com.onixbyte</groupId>
    <artifactId>${artifactId}</artifactId>
    <version>${version}</version>
</dependency>

If you are using Gradle, please paste the following codes to buile.gradle[.kts] in your project.

implementation 'com.onixbyte:$artifactId:$version'
implementation("com.onixbyte:$artifactId:$version")

If you want to check the available versions, please check out at our official site.

Contribution

Contributions are welcome! If you encounter any issues or want to contribute to the project, please feel free to raise an issue or submit a pull request.

License

This project is licensed under the Apache License 2.0.

Contact

If you have any suggestions, ideas, don't hesitate contacting us via GitHub Issues or Discord Community.

If you face any bugs while using our library and you are able to fix any bugs in our library, we would be happy to accept pull requests from you on GitHub.

S
Description
No description provided
Readme 1.3 MiB
Languages
Markdown 100%