Package org.uberfire.backend.server.util
Interface Filter<T>
-
- All Known Implementing Classes:
AbstractIOWatchService,IOWatchServiceAllImpl,IOWatchServiceNonDotImpl
public interface Filter<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleandoFilter(T t)
-
-
-
Method Detail
-
doFilter
boolean doFilter(T t)
-
-