Package io.mybatis.mapper.fn
Class Fn.FnImpl<T,R>
- java.lang.Object
-
- io.mybatis.mapper.fn.Fn.FnImpl<T,R>
-
- All Implemented Interfaces:
Fn<T,R>,Serializable,Function<T,R>
public static class Fn.FnImpl<T,R> extends Object implements Fn<T,R>
带有指定类型的方法引用- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface io.mybatis.mapper.fn.Fn
FN_CLASS_FIELD_MAP, FN_COLUMN_MAP
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Rapply(T t)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.mybatis.mapper.fn.Fn
in, toClassField, toColumn, toEntityColumn, toField
-
-