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

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



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