streams icon indicating copy to clipboard operation
streams copied to clipboard

Python Streams inspired by Java 8 Stream API

Results 1 streams issues
Sort by recently updated
recently updated
newest added

Stream.exclude should exclude items for which the predicate returns True. It seems to actually exclude items for which the predicate returns False, same as Stream.filter. # Versions pystreams 0.6 Python...