public class TypeAs
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static Function<TypeDef,TypeDef> |
BUILDER |
static Function<TypeRef,TypeRef> |
UNWRAP_ARRAY_OF |
static Function<TypeRef,TypeRef> |
UNWRAP_COLLECTION_OF |
static Function<TypeRef,TypeRef> |
UNWRAP_MAP_KEY_OF |
static Function<TypeRef,TypeRef> |
UNWRAP_MAP_VALUE_OF |
static Function<TypeRef,TypeRef> |
UNWRAP_OPTIONAL_OF |
static Function<TypeRef,ClassRef> |
VISITABLE_BUILDER |
| Constructor and Description |
|---|
TypeAs() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Function<T,T> |
combine(Function<T,T>... functions) |
Copyright © 2020. All Rights Reserved.