|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.xebialabs.deployit.util.Option<T>
com.xebialabs.deployit.util.Option.Some<T>
public static class Option.Some<T>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.xebialabs.deployit.util.Option |
|---|
Option.None<T>, Option.Some<T> |
| Constructor Summary | |
|---|---|
Option.Some(T value)
|
|
| Method Summary | |
|---|---|
T |
get()
|
boolean |
isSet()
|
| Methods inherited from class com.xebialabs.deployit.util.Option |
|---|
none, some |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Option.Some(T value)
| Method Detail |
|---|
public boolean isSet()
isSet in class Option<T>public T get()
get in class Option<T>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||