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

com.diboot.core.util.IGetter Maven / Gradle / Ivy

There is a newer version: 3.5.0
Show newest version
package com.diboot.core.util;

import java.io.Serializable;

/**
 * getter方法接口定义
 * @author Mazhicheng
 * @version v2.0
 * @date 2019/1/15
 */
@FunctionalInterface
public interface IGetter extends Serializable {
    Object apply(T source);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy