Hi, On 04-Dec-15 12:23, Alessio Stalla wrote:
[..] use a different sentinel value to indicate pruning, like a public static Object PRUNE = new Object(); somewhere. Then, the each method does not do if(closure()) it.prune() but if(PRUNE == closure()) it.prune().
I like this. Thank you :)
