Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aNNiMON committed Jan 4, 2015
1 parent a2b0dbe commit 1147d24
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Lightweight-Stream-API
======================

Stream API from Java 8 rewrited on iterators for Java 7 and below.

Includes:
+ Functional interfaces;
+ `Stream` (without parallel processing);
+ `Optional` class;
+ `Objects` from Java 7.

Also included version for **Java ME**. Checkout [javame branch](https://github.com/aNNiMON/Lightweight-Stream-API/tree/javame).

For use lambda expressions in Java 6, Java 7 or Android, take look at [Retrolambda](https://github.com/orfjackal/retrolambda) repository.

0 comments on commit 1147d24

Please sign in to comment.