public interface Functions
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<String,Boolean> |
TO_BOOLEAN_FUNCTION |
static com.google.common.base.Function<String,Byte> |
TO_BYTE_FUNCTION |
static com.google.common.base.Function<String,Date> |
TO_DATE_FUNCTION |
static com.google.common.base.Function<String,Double> |
TO_DOUBLE_FUNCTION |
static com.google.common.base.Function<String,Long> |
TO_DURATION_FUNCTION |
static com.google.common.base.Function<String,Float> |
TO_FLOAT_FUNCTION |
static com.google.common.base.Function<String,Integer> |
TO_INT_FUNCTION |
static com.google.common.base.Function<String,Long> |
TO_LONG_FUNCTION |
static com.google.common.base.Function<String,Short> |
TO_SHORT_FUNCTION |
Copyright © 2022 Ctrip, Inc.. All rights reserved.