``` myStreamOfValues.mapIf( { it % 2 == 1 }, { it ...
# announcements
z
Copy code
myStreamOfValues.mapIf( { it % 2 == 1 }, { it * 2} )