com.github.yulichang.wrapper.interfaces.WrapperFunction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mybatis-plus-join-core Show documentation
Show all versions of mybatis-plus-join-core Show documentation
An enhanced toolkit of Mybatis-Plus to simplify development.
package com.github.yulichang.wrapper.interfaces;
/**
* on function
*
* @author yulichang
* @since 1.1.8
*/
@FunctionalInterface
public interface WrapperFunction {
T apply(T wrapper);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy