case unbounded
Continue to add to the buffer, treating its capacity as infinite.
case bufferingOldest (Int)
When the buffer is full, discard the newly received element.
バッファがいっぱいである時、新しく受け取った要素を廃棄します。
Availability
Technology
case bufferingNewest(Int
)
This strategy enforces keeping the specified amount of newest values.
case unbounded
case bufferingOldest (Int)