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) |
static <T> Optional<T> |
ifInstance(Object value,
Class<T> type) |
Copyright © 2023. All rights reserved.