Option
@Deprecated public interface Option<T> extends Serializable
Modifier and Type | Interface and Description |
---|---|
static class |
Option.Builder
Deprecated.
Builds an appropriate instance of Option.
|
Modifier and Type | Method and Description |
---|---|
boolean |
exists()
Deprecated.
|
T |
getOrElse(T otherwise)
Deprecated.
|
Copyright © 2003–2015 Atlassian. All rights reserved.