|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 super A, ? super B, C>)
use Stream.zipWith(Function2, Iterable) |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||