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 1cca75f commit d00b19dCopy full SHA for d00b19d
src/main/java/org/codefx/libfx/collection/transform/package-info.java
@@ -46,6 +46,9 @@
46
* wrong type. If the suptype does not fully obey the <a
47
* href="https://en.wikipedia.org/wiki/Liskov_substitution_principle">Liskov Substitution Principle</a> this can lead to
48
* unexpected behavior.
49
+ * <p>
50
+ * Transforming functions should have no side effects. No guarantees are made regarding how often transformations are
51
+ * called.
52
* </p>
53
* <h3>Type Safety</h3>
54
* <p>
0 commit comments