@Immutable public interface UserEmails extends JsonReadable
@NotNull(message="iterable is never NULL") Iterable<String> iterate() throws IOException
IOException
- If there is any I/O problem@NotNull(message="iterable is never NULL") Iterable<String> add(@NotNull(message="emails is never NULL") Iterable<String> emails) throws IOException
emails
- EmailsIOException
- If there is any I/O problemvoid remove(@NotNull(message="emails is never NULL") Iterable<String> emails) throws IOException
emails
- EmailsIOException
- If there is any I/O problemCopyright © 2012–2014 jcabi.com. All rights reserved.