Skip to content

Commit

Permalink
Merge branch 'master' of github.com:riguron/Stream
Browse files Browse the repository at this point in the history
  • Loading branch information
jolice committed Oct 20, 2019
2 parents 0f3030e + 8e1be47 commit 9149923
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Stream
Implementation of simplified version of Java Stream API with lazy evaluation.

[![Build Status](https://travis-ci.org/riguron/Stream.svg?branch=master)](https://travis-ci.org/riguron/Stream)
[![codecov](https://codecov.io/gh/riguron/Stream/branch/master/graph/badge.svg)](https://codecov.io/gh/riguron/Stream)
[![HitCount](http://hits.dwyl.io/riguron/Stream.svg)](http://hits.dwyl.io/riguron/Stream)

# Creating a stream

StreamFactory class is responsible for creating streams.
Expand Down

0 comments on commit 9149923

Please # to comment.