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 443e01a commit dd8451dCopy full SHA for dd8451d
core/src/main/java/fj/P.java
@@ -61,7 +61,7 @@ public static <A> P1<A> weakMemo(F0<A> f) {
61
* and at each subsequent call if and only if the reference have been garbage collected
62
* due of shortage of memory (ie. to avoid OutOfMemoryErrors).
63
*/
64
- public static <A> P1<A> sofMemo(F0<A> f) {
+ public static <A> P1<A> softMemo(F0<A> f) {
65
return new P1.SoftReferenceMemo<>(f);
66
}
67
0 commit comments