|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use net.sf.staccatocommons.collections.stream | |
|---|---|
| net.sf.staccatocommons.collections.stream | This package contains the interfaces that define a Stream,
a lazy, rich, Iterable, an abstract implementation of it, and
the Streams hub with
class methods for creating simple Streams |
| Classes in net.sf.staccatocommons.collections.stream used by net.sf.staccatocommons.collections.stream | |
|---|---|
| AbstractBasicStream
Very minimal stream partial implementation that defines final methods that are, by spec, overloading or synonyms of the other stream methods |
|
| Stream
A Stream is a lazy, rich-interfaced, Iterable, chained
functional-style object that can retrieve and process an arbitrary - and
potentially unbound - amount of other objects of a parameterized type. |
|
| Stream.DeconsApplicable
An Applicable2 that can transform a Stream by
deconstructing it into head and tail, or into an empty stream. |
|
| Stream.DelayedDeconsApplicable
An Applicable2 that can transform a Stream by
deconstructing it into head thunk and tail, or into an empty stream. |
|
| Stream.EmptyApplicable
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||