Package com.norconex.commons.lang.io
Interface IInputStreamFilter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@Deprecated(since="3.0.0")
@FunctionalInterface
public interface IInputStreamFilter
extends Predicate<String>
Deprecated.
Filters lines of text read from an InputStream decorated with
FilteredInputStream.-
Method Summary
Predicateinstead