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