You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,28 @@ All those classes and interfaces can be used with Java 5 and above. Although by
26
26
27
27
(Example will come later)
28
28
29
+
== Download
30
+
31
+
Functional Utils is available from http://search.maven.org/#search|gav|1|g%3A%22de.tototec%22%20AND%20a%3A%22de.tototec.utils.functional%22[Maven central repository].
32
+
33
+
Maven users can use the following dependency declaration:
Writing functional code can be much more pleasant if Java 8 Lambda expressions can be used. The function and procedure interfaces all fulfil the requirements for functional interfaces and can be thus implicitly inferred when lambda expressions are used.
@@ -83,6 +105,7 @@ This can be achieved with the http://mojo.codehaus.org/animal-sniffer-maven-plug
0 commit comments