edu.rice.cs.plt.io
Interface FilePredicate

All Superinterfaces:
java.io.FileFilter, Predicate<java.io.File>

public interface FilePredicate
extends java.io.FileFilter, Predicate<java.io.File>

An object that is both a FileFilter and a Predicate<File>, for convenient use with code that requires one or the other.


Method Summary
 
Methods inherited from interface java.io.FileFilter
accept
 
Methods inherited from interface edu.rice.cs.plt.lambda.Predicate
contains