Re: FileVisitor / Are we feature frozen yet?

2013-08-07 Thread Ben Evans
On Files? Yes, that does indeed look suspiciously like it'll cover the current use cases I have. Let me check & come back if not. Ben On Tue, Aug 6, 2013 at 3:15 PM, Alan Bateman wrote: > On 06/08/2013 06:39, Ben Evans wrote: > >> Hi, >> >> I have a suggestion for a point lambdafication change

FileVisitor / Are we feature frozen yet?

2013-08-07 Thread Ben Evans
Hi, I have a suggestion for a point lambdafication change which I don't think anyone's proposed yet. (As usual, if my Google-fu has failed me, please point me at the relevant discussion). In java.nio.file we have the FileVisitor interface, which defines 4 methods. We also have the SimpleFileVisi

Re: FileVisitor / Are we feature frozen yet?

2013-08-06 Thread Alan Bateman
On 06/08/2013 08:00, Ben Evans wrote: On Files? Yes, that does indeed look suspiciously like it'll cover the current use cases I have. Let me check& come back if not. Ben The BiPredicate that find takes is useful to filter the source so this can be used to get a stream of the non-directories

Re: FileVisitor / Are we feature frozen yet?

2013-08-06 Thread Alan Bateman
On 06/08/2013 06:39, Ben Evans wrote: Hi, I have a suggestion for a point lambdafication change which I don't think anyone's proposed yet. (As usual, if my Google-fu has failed me, please point me at the relevant discussion). In java.nio.file we have the FileVisitor interface, which defines 4 m