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
Hello this is not an issue at all but I'm not familiar with Java 8 Stream and I cant use that API in my Android
app because of SDK incompatibility. Anyway could you help me or give me the correct algorithm for checking if a List containing an Object with some properties like id is equal to a value of string x that returns a boolean value. This is to check first if the incoming object with id is already an existing object before adding it to List. Sorry for the inconvenience and Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello this is not an issue at all but I'm not familiar with Java 8 Stream and I cant use that API in my Android
app because of SDK incompatibility. Anyway could you help me or give me the correct algorithm for checking if a List containing an Object with some properties like id is equal to a value of string x that returns a boolean value. This is to check first if the incoming object with id is already an existing object before adding it to List. Sorry for the inconvenience and Thanks in advance.
The text was updated successfully, but these errors were encountered: