case unbounded
Continue to add to the buffer, treating its capacity as infinite.
case bufferingNewest (Int)
When the buffer is full, discard the oldest element in the buffer.
バッファがいっぱいである時、バッファにおいて最古の要素を廃棄します。
Availability
Technology
case bufferingOldest(Int
)
This strategy enforces keeping the specified amount of oldest values.
case unbounded
case bufferingNewest (Int)