BufferSyncerState
Functions
Link copied to clipboard
fun all(bufferName: String? = null, bufferId: BufferId? = null, networkId: NetworkId? = null, type: BufferTypes? = null, groupId: Int? = null, networkState: NetworkState? = null): List<BufferInfo>
Content copied to clipboard
Link copied to clipboard
fun find(bufferName: String? = null, bufferId: BufferId? = null, networkId: NetworkId? = null, type: BufferTypes? = null, groupId: Int? = null, networkState: NetworkState? = null): BufferInfo?
Content copied to clipboard
Link copied to clipboard
fun where(bufferName: String? = null, bufferId: BufferId? = null, networkId: NetworkId? = null, type: BufferTypes? = null, groupId: Int? = null, networkState: NetworkState? = null): Sequence<BufferInfo>
Content copied to clipboard