You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
The `throwing-functions` library provides copies of the functional interfaces in [java.util.functions](https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/function/package-summary.html) that allow their functional interface methods to throw checked exceptions.
9
9
10
-
Each of these interfaces also contains static methods `unchecked` and `checked` to convert them to and from their matching equivalents in `java.util.functions`. For example, to delete all files in a directory that match a filter, you can use [TheckedConsumer.unchecked](https://robtimus.github.io/throwing-functions/apidocs/com.github.robtimus.function.throwing/com/github/robtimus/function/throwing/ThrowingConsumer.html):
10
+
Each of these interfaces also contains static methods `unchecked` and `checked` to convert them to and from their matching equivalents in `java.util.functions`. For example, to delete all files in a directory that match a filter, you can use [TheckedConsumer.unchecked](https://robtimus.github.io/throwing-functions/apidocs/com.github.robtimus.function.throwing/com/github/robtimus/function/throwing/ThrowingConsumer.html#unchecked\(com.github.robtimus.function.throwing.ThrowingConsumer\)):
0 commit comments