|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Option | |
|---|---|
| org.stjs.generator.utils | |
| Uses of Option in org.stjs.generator.utils |
|---|
| Methods in org.stjs.generator.utils that return Option | ||
|---|---|---|
static
|
Option.none()
Gets the none object for the given type. |
|
static
|
Option.of(T t)
Wraps anything. |
|
static
|
Option.some(T t)
Gets the some object wrapping the given value. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||