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>

Available on Stream<T>, provided by the TakeLastExtension extension

Emits only the final count values emitted by the source Stream.