mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Introduce CheckedSupplier and CheckedRunnable functional interfaces into core. These offer a checked version of the Supplier and Runnable interfaces for use with lambda apis.