@Value.Immutable
public interface OptionalCast
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<String> |
getBar() |
com.google.common.base.Optional<List<Long>> |
getList() |
com.google.common.base.Optional<Object> |
getObject() |
com.google.common.base.Optional<String[]> |
getStringArray() |
default void |
use() |
Copyright © 2022 The Immutables.org authors. All rights reserved.