@FunctionalInterface
public interface Convertor<Src,Dst>
Function
insteadModifier and Type | Interface and Description |
---|---|
static class |
Convertor.IntoSelf<Src> |
Modifier and Type | Field and Description |
---|---|
static Convertor.IntoSelf |
SELF |
Modifier and Type | Method and Description |
---|---|
Dst |
convert(Src o) |
static <T> Convertor<T,T> |
self() |
static final Convertor.IntoSelf SELF