Deprecated API


Contents
Deprecated Methods
net.sf.staccatocommons.collections.stream.Stream.append(Iterable)
          use Stream.concat(Iterable) instead 
net.sf.staccatocommons.collections.stream.Stream.append(Thunk)
          use Stream.delayedAppend(Thunk) instead 
net.sf.staccatocommons.collections.stream.Stream.memorize()
          the exact name of this concept is memoization, not memorization. Use Stream.memoize() instead 
net.sf.staccatocommons.collections.stream.Stream.prepend(Thunk)
          use Stream.delayedPrepend(Thunk) 
net.sf.staccatocommons.collections.stream.Stream.zip(Iterable, Function2)
          use Stream.zipWith(Function2, Iterable) 
 



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