@Immutable public interface Users extends Iterable<User>
Modifier and Type | Method and Description |
---|---|
Pulses |
flow()
Get flow of recent events visible to all users.
|
User |
get(com.jcabi.urn.URN name)
Get user by URN (no exception even if it's seen for the first time).
|
Stand |
stand(String name)
Get stand by name (runtime exception if it's absent).
|
@NotNull(message="user is never NULL") User get(@NotNull(message="name can\'t be NULL") com.jcabi.urn.URN name)
name
- URN of it@NotNull(message="stand is never NULL") Stand stand(@NotNull(message="stand name can\'t be NULL") String name)
name
- The name of itCopyright © 2009–2014 Rultor Inc.. All rights reserved.