supabase-kt
Toggle table of contents
3.1.3
common
Platform filter
common
Switch theme
supabase-kt
realtime-kt
/
io.github.jan.supabase.realtime
/
decodeOldRecordOrNull
decode
Old
Record
Or
Null
inline
fun
<
T
:
Any
>
HasOldRecord
.
decodeOldRecordOrNull
(
)
:
T
?
(
source
)
Decodes
HasOldRecord.oldRecord
as
T
and returns it or returns null when it cannot be decoded as
T