public interface OptionQuery
| Modifier and Type | Interface and Description |
|---|---|
static interface |
OptionQuery.IfPresent<T> |
static interface |
OptionQuery.IfPresentChain<T> |
| Modifier and Type | Method and Description |
|---|---|
<T> OptionQuery.IfPresent<T> |
ifPresent(T instance) |
boolean |
isPresent() |
String |
name() |
String |
orElse(String defaultValue) |
boolean isPresent()
String name()
<T> OptionQuery.IfPresent<T> ifPresent(T instance)
Copyright © 2016 Objectos Software LTDA. All rights reserved.