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
set should accept multiple accessor function before the value transformer.
The first ones should only target arrays.
This would result in a much cleaner syntax:
// With map supportreturnset(response,_=>_.results,_=>_.poster_path,path=>'http://image.tmdb.org/t/p/w185'+path)
The text was updated successfully, but these errors were encountered:
Currently mapping a collection using
set
is quite verbose and ugly:Proposal
set
should accept multiple accessor function before the value transformer.The first ones should only target arrays.
This would result in a much cleaner syntax:
The text was updated successfully, but these errors were encountered: