Added Strings.split() functions, based on java.lang.String.split(). Note: java.lang.String.split uses regex and can be quite slow. I will added non-regex splitting soon. Added more variates to SumOfSquares along with comments |
|
More...
|
over 15 years ago
|
Trivial spelling correction |
|
More...
|
over 15 years ago
|
Added more Functions.compose() variants. Added several examples of computing sum of squares in SumOfSquares.java to illustrate function composition. |
|
More...
|
over 15 years ago
|
Javadoc |
|
More...
|
over 15 years ago
|
Added math functions for Double and Float |
|
More...
|
over 15 years ago
|
Added Integers and Longs utility classes with static factory methods for mathematic Functions like sum(), pow(), etc. New example SumOfSquares. Minor cleanup and renaming |
|
More...
|
over 15 years ago
|
Javadoc |
|
More...
|
over 15 years ago
|
Moving examples to their own top-level dir to avoid putting them in the dist jar file. Created dist jar file for upload to github |
|
More...
|
over 15 years ago
|
Added additional url reader variants that take a Map for the headers |
|
More...
|
over 15 years ago
|
Added composition for BinaryFunctions, and made all unit tests use JUnit4 style tests. |
|
More...
|
over 15 years ago
|
Added Function composition methods and classes for composing g of f, and composition monoids. |
|
More...
|
over 15 years ago
|
Moved some String related methods from Iterate to Strings. Created Hello World example. Added javadoc |
|
More...
|
over 15 years ago
|
Minor change to README |
|
More...
|
over 15 years ago
|
Added unit tests and started README |
|
More...
|
over 15 years ago
|
Added 2 Conditions to Strings: contains(String) and contains(char) |
|
More...
|
over 15 years ago
|
Renaming Predicate -> Visitor and reduce() variants that rely on Visitor to visit(). |
|
More...
|
over 15 years ago
|
Minor code cleanup |
|
More...
|
over 15 years ago
|
Initial import of iterate project into git, preparing to push to github |
|
More...
|
over 15 years ago
|
iterate project setup |
|
More...
|
over 15 years ago
|