This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
java_api_8 [2016/11/02 14:18] 178.237.8.52 [collect()] |
java_api_8 [2016/11/02 14:24] (current) 178.237.8.52 [Stream API] |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Stream API ====== | ====== Stream API ====== | ||
- | The ''stream'' API is a step in the field of functional programming, that is a different programming style that is more declarative. It is actually much more similar to SQL than to OOP. At any rate, Java introduced the ''Stream API'' and the ''lambda'' to go in this direction. | + | The [[https://docs.oracle.com/javase/8/docs/api/java/util/stream/package-summary.html#package.description | stream API]] is a step in the field of functional programming, that is a different programming style that is more declarative. It is actually much more similar to SQL than to OOP. At any rate, Java introduced the ''Stream API'' and the ''lambda'' to go in this direction. |
===== The pipeline ===== | ===== The pipeline ===== |