n
Size: a a a
n
D
Я
java.lang.RuntimeException: android.os.TransactionTooLargeException: data parcel size 315152 bytesA
java.lang.RuntimeException: android.os.TransactionTooLargeException: data parcel size 315152 bytesD

ГА

D
I
n
fun List<Book>.whereSatisfyOptions(List<FilterOption> options): List<Book> {
return this.filter { book -> options.all { it.satisfy(book)}}
}S
fun List<Book>.whereSatisfyOptions(List<FilterOption> options): List<Book> {
return this.filter { book -> options.all { it.satisfy(book)}}
}n
h
Р
S
S
fun List<Book>.whereSatisfyOptions(List<FilterOption> options): List<Book> {
return this.filter { book -> options.all { it.satisfy(book)}}
}D
PE
n
Р