@FunctionalInterface public interface Conversion<T,R> extends Function<T,R>
Modifier and Type | Method and Description |
---|---|
R |
apply(T t)
转化
|
static <T,R> Conversion<T,R> |
with(Function<T,R> f)
Function -> Conversion
|
Copyright © 2024. All rights reserved.