databricks-sdk-go
databricks-sdk-go copied to clipboard
[FEATURE] Extend Iterator with function to process all elements
trafficstars
It would be nice to add function similar to forEachRemaining from java.util.iterator class. Use case - apply a function for each element, without collecting them into the list...