head
returns single element while ++
expects inputs to be collections. Try changing to use take(1)
instead of head
CLICK HERE to find out more related problems solutions.
head
returns single element while ++
expects inputs to be collections. Try changing to use take(1)
instead of head
CLICK HERE to find out more related problems solutions.