All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.javaoffers.batis.modelhelper.fun.GetterFun Maven / Gradle / Ivy

There is a newer version: 3.5.11.12
Show newest version
package com.javaoffers.batis.modelhelper.fun;

import java.io.Serializable;

/**
 * create by cmj 表示: getter方法
 * @param 
 * @param 
 */
@FunctionalInterface
public interface GetterFun extends Serializable {
    B reply(A b);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy