toggle menu
search-client
common
switch theme
search in API
search-client
/
com.jillesvangurp.ktsearch.repository
/
TypedDocumentIBulkSession
/
update
update
abstract
suspend
fun
update
(
getDocumentResponse
:
SourceInformation
,
updateBlock
:
(
T
)
->
T
)
abstract
suspend
fun
update
(
id
:
String
,
original
:
T
,
ifSeqNo
:
Int
,
ifPrimaryTerm
:
Int
,
updateBlock
:
(
T
)
->
T
)