update readme #2

Merged
numbers merged 15 commits from test-build into main 2026-01-24 13:05:13 -06:00
Showing only changes of commit bddcc273cf - Show all commits
+6 -1
View File
@@ -2,5 +2,10 @@
A ridiculous library that...does nothing.
Contained are three methods that together cover every possible method signature.
Any instance where a method reference is expected and a no-op is needed can be covered by one of these three methods.
This project came about when I realized an `Object...` parameter might satisfy the type system for methods
that expected any combination of parameters. Turns out it does, including methods that take no arguments
such as implementations of `Supplier<T>`.
It continues here as my go-to place for learning CI actions with a small java project.