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
* Added to Arbitrary arbitrary lists for integer, string, boolean and double (#183).
15
+
* Updated Stream.toList using List.Buffer for performance (#180).
16
+
* Added java-core module for simple handling of core Java types, e.g. List map, bind, filter, fold (4611c3524eca1786c112fcae0a727f2243b2d492, 13ebd6f22db7a8bf8247f0f4ea4ac3cd8afef4b9).
17
+
* Added Tree isLeaf and length (#185).
18
+
* Added min and max to Set (#176).
19
+
* Added min, minKey, max and maxKey for TreeMap. Added arbitrary TreeMap's (#176).
20
+
* Added ordering a P2 by first or second element in the tuple (#175).
21
+
* Added Set.toStream (#175).
22
+
* Added TreeMap.toList (#175).
23
+
* Added toListReverse and toStreamReverse for Set and TreeMap (#177).
24
+
* Added headOption to Seq and FingerTree. Added length to FingerTree (7e1d3a9300af84b3c4c5204e4b7a5a0e89c44303).
0 commit comments