does [next] message have same behavior in jit.path like coll ?

touk's icon

I discover the last jitter recipes and enjoying new technics,

in my case, i want to know if the message [next] to the jit.path could retrieve next data in the object like coll.

My needs :
1- bang [eval $1] message
2- stop the bang
3- retrieve my next data (for the moment its working with coll)
4- i do some process
5- bang [eval $1] message again...

Thanks