Skip to content

Commit 6e5f0d7

Browse files
committed
docs: add link to JUnit POC for SafeFunction
1 parent acaecb4 commit 6e5f0d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

fj-core/src/main/java/org/fugerit/java/core/function/SafeFunction.java

+3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ public String testExampleToOneLineSafeFunction() {
3737
}}</pre>
3838
*
3939
* <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
4043
*
4144
*/
4245
@Slf4j

0 commit comments

Comments
 (0)