I never used that function because with NFT you have an iterable collection for sublists anyway. So I can trivially write something like this for a sales order item sublist to find the first line with quantity greater than 1
_.find(so.item, line=> line.quantity > 1)