adding support for most of the methods receiving sample or path as parameter

This commit is contained in:
Bence Eros
2015-06-14 13:57:39 +02:00
parent f4fd84bb10
commit bd123fb882
3 changed files with 45 additions and 16 deletions
-13
View File
@@ -4,19 +4,6 @@ Unsupported StreamJS function / method signatures:
* Stream(collection)
* Stream(string)
* Stream.empty()
* filter(sample)
* map(path)
* flatMap(path)
* sorted(path)
* takeWhile(sample)
* dropWhile(sample)
* min(path)
* max(path)
* sum(path)
* average(path)
* allMatch(sample)
* anyMatch(sample)
* groupingBy(path)
* toMap(path, mergeFunction)
* partitioningBy(sample);
* Optional.empty()