Package adams.data.io.input
Interface MultiEmailReader<T>
-
- Type Parameters:
T- the type of email that is being returned
- All Superinterfaces:
EmailReader<T>
public interface MultiEmailReader<T> extends EmailReader<T>
Interface for readers that can read multiple emails at once.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<T>readAll()Reads the emails.-
Methods inherited from interface adams.data.io.input.EmailReader
generates, read
-
-