Interface | Description |
---|---|
IConsumer<T> |
Can be used like Java 8 java.util.Consumer, but is
available for Java 6.
|
IFunction<T,R> |
Can be used like Java 8 java.util.Function, but is
available for Java 6.
|
IInputStreamHandler |
A callback implementation that can be used to handle the input stream of
any process that produces such a stream.
|
IOutputStreamHandler |
A callback implementation that can be used to handle the output stream of
any process that produces such a stream.
|
IPredicate<T> |
Can be used like Java 8 java.util.Predicate, but is
available for Java 6.
|
IProgressListener |
A generic interface for listeners of any long-running actions that need to
be observable and stoppable.
|
ISupplier<T> |
Can be used like Java 8 java.util.Supplier, but is
available for Java 6.
|