Josh Chester bddcc273cf
All checks were successful
Build with cached gradle / Build-with-gradle (pull_request) Successful in 50s
Java Google Checkstyle / Checkstyle Linter (pull_request) Successful in 15s
update readme
2026-01-24 00:02:53 -06:00
2025-12-19 16:58:21 -06:00
2026-01-23 23:25:56 -06:00
2025-12-19 16:58:21 -06:00
2025-12-19 16:58:21 -06:00
2025-12-19 16:58:21 -06:00
2025-12-19 16:58:21 -06:00
2026-01-24 00:02:53 -06:00
2025-12-19 16:58:21 -06:00

Ornot

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.

Description
Library of methods that do nothing for any functional interface
Readme 133 KiB
Languages
Java 100%