|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Stream.EmptyApplicable | |
|---|---|
| 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.EmptyApplicable in net.sf.staccatocommons.collections.stream |
|---|
| Subinterfaces of Stream.EmptyApplicable in net.sf.staccatocommons.collections.stream | |
|---|---|
static interface |
Stream.DeconsApplicable<A,B>
An Applicable2 that can transform a Stream by
deconstructing it into head and tail, or into an empty stream. |
static interface |
Stream.DelayedDeconsApplicable<A,B>
An Applicable2 that can transform a Stream by
deconstructing it into head thunk and tail, or into an empty stream. |
| Classes in net.sf.staccatocommons.collections.stream that implement Stream.EmptyApplicable | |
|---|---|
class |
AbstractDeconsApplicable<A,B>
Abstract Stream.DeconsApplicable that returns an empty stream for
AbstractDeconsApplicable.emptyApply() |
class |
AbstractDelayedDeconsApplicable<A,B>
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||