SkipLastExtension<T> extension

Extends the Stream class with the ability to skip the last count items emitted by the source Stream

on

Methods

skipLast(int count) Stream<T>
Starts emitting every items except last count items. This causes items to be delayed.