toggle menu
KAHelpers
androidJvm
switch theme
search in API
livedata
/
dev.funkymuse.livedata
/
buffer
buffer
fun
<
T
>
LiveData
<
T
>
.
buffer
(
count
:
Int
)
:
MutableLiveData
<
List
<
T
?
>
>
Buffers the items emitted by the LiveData, and emits them when they reach the
count
as a List.