public class Option<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> Option<T> |
failure() |
T |
getValue() |
boolean |
isValid() |
Option<T> |
orElse(T t) |
static <T> Option<T> |
success(T value) |
Copyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.