TakeLastExtension<T> extension

Extends the Stream class with the ability receive only the final count events from the source Stream.

on

Methods

takeLast(int count) Stream<T>
Emits only the final count values emitted by the source Stream.