РП

Size: a a a
РП
A
F
SO
РП
РП
ВМ
EA
AK
OZ
☠🇷
SO
AK
☠🇷
AK
OR
S
inline fun <reified Result, Response> getData(): Response? {
when(Result::class.java) {
is FirstResponse -> {...}
is AnyResponse -> {...}
}
}
OR
inline fun <reified Result, Response> getData(): Response? {
when(Result::class.java) {
is FirstResponse -> {...}
is AnyResponse -> {...}
}
}
OR
v