@Immutable public interface Assignees
@NotNull(message="iterable is never NULL") Iterable<User> iterate()
@NotNull(message="check is never NULL") boolean check(@NotNull(message="login is never NULL") String login) throws IOException
login
- Login of user to be checkedIOException
- If there is any I/O problemCopyright © 2012–2014 jcabi.com. All rights reserved.