| Package | Description |
|---|---|
| org.stjs.generator.utils |
| Modifier and Type | Method and Description |
|---|---|
static <T> Option<T> |
Option.none()
Gets the none object for the given type.
|
static <T> Option<T> |
Option.of(T t)
Wraps anything.
|
static <T> Option<T> |
Option.some(T t)
Gets the some object wrapping the given value.
|
Copyright © 2015. All Rights Reserved.