You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I've just began using this awesome library, thanks for it!
But, i've found some strange thing: method Predicate.filter(Item, CharSequence) should return false, if item must stay in adapter.
This behaviour is opposite to same named methods in such default things, like RxJava, or Stream API and more others. I think it is not obvious for most of people. Shouldn't behaviour of adapter be the same as default in all other Java world?
The text was updated successfully, but these errors were encountered:
Hi! I've just began using this awesome library, thanks for it!
But, i've found some strange thing: method
Predicate.filter(Item, CharSequence)
should return false, if item must stay in adapter.This behaviour is opposite to same named methods in such default things, like RxJava, or Stream API and more others. I think it is not obvious for most of people. Shouldn't behaviour of adapter be the same as default in all other Java world?
The text was updated successfully, but these errors were encountered: