|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectplay.libs.F.Option<T>
public abstract static class F.Option<T>
| Constructor Summary | |
|---|---|
F.Option()
|
|
| Method Summary | ||
|---|---|---|
abstract T |
get()
|
|
abstract boolean |
isDefined()
|
|
static
|
None()
|
|
static
|
Some(T value)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.lang.Iterable |
|---|
iterator |
| Constructor Detail |
|---|
public F.Option()
| Method Detail |
|---|
public abstract boolean isDefined()
public abstract T get()
public static <T> F.None<T> None()
public static <T> F.Some<T> Some(T value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||