We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acaecb4 commit 6e5f0d7Copy full SHA for 6e5f0d7
fj-core/src/main/java/org/fugerit/java/core/function/SafeFunction.java
@@ -37,6 +37,9 @@ public String testExampleToOneLineSafeFunction() {
37
}}</pre>
38
*
39
* <p>So this way it is possible to separate the exception handling from the actual software logic. (useful to reduce testing coverage too).</p>
40
+ *
41
+ * NOTE : a simple usage Proof Of Concept is provided in class
42
+ * https://github.com/fugerit-org/fj-lib/blob/main/fj-core/src/test/java/test/org/fugerit/java/core/function/TestPOCSafeFunction.java
43
44
*/
45
@Slf4j
0 commit comments