padla
padla copied to clipboard
Plain And Direct Language Additions for Java
Bumps drill-fmpp-maven-plugin from 1.21.0 to 1.21.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
# Description [All Contributors](https://allcontributors.org/docs/en/bot/overview) should be configured for this repository to make it more contributor-friendly.
# Description Implement `@EnumHelpers` annotation and the corresponsing annotation processor to generate boilerplate enum methods. # Problem While Java's `enum` is a powerful mechanism for describing varios constructions, it has...
[Current implementation of Placholders benchmark](https://github.com/JarvisCraft/padla/blob/561a050a75a9b88939ab4fedc1fa216c8d89437b/ultimate-messenger/src/benchmarks/java/ru/progrm_jarvis/ultimatemessenger/StaticPlaceholderBenchmark.java) is implemented in the wrong way: - [x] Iterations get benchmarked, although they have nothing to do with logic and there is no need to...
# Description This adds missing PECS-friendly generics to `ClassUtil`. This also cleans up some mess in `Lazy`.
Need to create a utility class that allows you to combine futures into one large Consumer and Function. I think this will get rid of callback hell in some places....
# Description Currently this method uses `Class` which can be enhanced by using generic `T` parameter, i.e. `Class
This is a continuation of #83