|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Stream.DelayedDeconsApplicable | |
|---|---|
| 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 |
| Uses of Stream.DelayedDeconsApplicable in net.sf.staccatocommons.collections.stream |
|---|
| Classes in net.sf.staccatocommons.collections.stream that implement Stream.DelayedDeconsApplicable | |
|---|---|
class |
AbstractDelayedDeconsApplicable<A,B>
|
| Methods in net.sf.staccatocommons.collections.stream with parameters of type Stream.DelayedDeconsApplicable | ||
|---|---|---|
|
AbstractStream.transform(Stream.DelayedDeconsApplicable<A,B> function)
|
|
|
Stream.transform(Stream.DelayedDeconsApplicable<A,B> function)
Lazily applies the given function to this stream,
deconstructing this stream into a head thunk and tail, or into an empty
stream. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||