SyntaxFix
Write A Post
Hire A Developer
Questions
What you are possibly looking for is map(). You can "convert" the objects in a stream to another by mapping this way:
map()
... .map(userMeal -> new UserMealExceed(...)) ...