Uses of Interface
net.sf.staccatocommons.collections.stream.Stream.DelayedDeconsApplicable

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
<B> Stream<B>
AbstractStream.transform(Stream.DelayedDeconsApplicable<A,B> function)
           
<B> Stream<B>
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.
 



Get Staccatocommons at SourceForge.net. Fast, secure and Free Open Source software downloads