| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Option<T> |
build(T value) |
static <T> Option<T> |
fromFugueOption(com.atlassian.fugue.Option<T> fugueOption)
Build an equivalent instance to the given Fugue
Option. |
static <T> Option<T> |
fromOptional(Optional<T> optional)
Build an equivalent instance to the given
Optional |
Copyright © 2003–2018 Atlassian. All rights reserved.