Skip to content

Commit 3606002

Browse files
committed
Added try javadoc
1 parent 7188a14 commit 3606002

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

core/src/main/java/fj/function/Try0.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Used to instantiate a lambda that may throw an <code>Exception</code> before converting to a <code>P1</code>.
77
*
8-
* @see fj.P1#toP1
8+
* @see fj.Try#f
99
* @version %build.number%
1010
*/
1111

core/src/main/java/fj/function/Try1.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Used to instantiate a lambda that may throw an <code>Exception</code> before converting to an <code>F</code>.
77
*
8-
* @see fj.F1Functions#toF1
8+
* @see fj.Try#f
99
* @version %build.number%
1010
*/
1111

core/src/main/java/fj/function/Try2.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Used to instantiate a lambda that may throw an <code>Exception</code> before converting to an <code>F2</code>.
77
*
8-
* @see fj.F2Functions#toF2
8+
* @see fj.Try#f
99
* @version %build.number%
1010
*/
1111

core/src/main/java/fj/function/Try3.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Used to instantiate a lambda that may throw an <code>Exception</code> before converting to an <code>F3</code>.
77
*
8-
* @see fj.F3Functions#toF3
8+
* @see fj.Try#f
99
* @version %build.number%
1010
*/
1111

core/src/main/java/fj/function/Try4.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Used to instantiate a lambda that may throw an <code>Exception</code> before converting to an <code>F4</code>.
77
*
8-
* @see fj.F4Functions#toF4
8+
* @see fj.Try#f
99
* @version %build.number%
1010
*/
1111

core/src/main/java/fj/function/Try5.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Used to instantiate a lambda that may throw an <code>Exception</code> before converting to an <code>F5</code>.
77
*
8-
* @see fj.F5Functions#toF5
8+
* @see fj.Try#f
99
* @version %build.number%
1010
*/
1111

core/src/main/java/fj/function/Try6.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Used to instantiate a lambda that may throw an <code>Exception</code> before converting to an <code>F6</code>.
77
*
8-
* @see fj.F6Functions#toF6
8+
* @see fj.Try#f
99
* @version %build.number%
1010
*/
1111

core/src/main/java/fj/function/Try7.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Used to instantiate a lambda that may throw an <code>Exception</code> before converting to an <code>F7</code>.
88
*
9-
* @see fj.F7Functions#toF7
9+
* @see fj.Try#f
1010
* @version %build.number%
1111
*/
1212

core/src/main/java/fj/function/Try8.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Used to instantiate a lambda that may throw an <code>Exception</code> before converting to an <code>F8</code>.
77
*
8-
* @see fj.F8Functions#toF8
8+
* @see fj.Try#f
99
* @version %build.number%
1010
*/
1111

0 commit comments

Comments
 (0)