public abstract class Types extends Object
| Constructor and Description |
|---|
Types() |
| Modifier and Type | Method and Description |
|---|---|
static <S,D> Function<S,Optional<D>> |
ifInstance(Class<D> type)
Deprecated.
|
static <T> Optional<T> |
ifInstance(Object value,
Class<T> type)
Deprecated.
|
@Deprecated public static <T> Optional<T> ifInstance(Object value, Class<T> type)
TypeInfo@Deprecated public static <S,D> Function<S,Optional<D>> ifInstance(Class<D> type)
TypeInfoCopyright © 2024. All rights reserved.