BufferController

class BufferController<T>(suffix: String) : Object

Constructors

Link copied to clipboard
constructor(suffix: String)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
interface Listener

Properties

Link copied to clipboard
Link copied to clipboard
val class: Class<*>?
Link copied to clipboard

Functions

Link copied to clipboard
fun clear()
Link copied to clipboard
fun consume(value: Int)
Link copied to clipboard
fun enqueue(message: T, timestamp: Int)
Link copied to clipboard
fun stop(condition: Boolean = true)
Link copied to clipboard
fun take(): T