| Constructor and Description |
|---|
OptionalLazyAuthority(UriEncoded uriEncoded) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPresent() |
int |
parsedLength()
The length of the component in the source.
|
Authority |
value() |
Authority |
value(Authority defaultValue) |
public OptionalLazyAuthority(UriEncoded uriEncoded)
public boolean isPresent()
isPresent in interface org.dmfs.jems.optional.Optional<Authority>public Authority value() throws java.util.NoSuchElementException
value in interface org.dmfs.jems.optional.Optional<Authority>java.util.NoSuchElementExceptionpublic int parsedLength()
ParsedparsedLength in interface Parsed