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

io.github.wslxm.springbootplus2.utils.model.Sfunction Maven / Gradle / Ivy

The newest version!
package io.github.wslxm.springbootplus2.utils.model;

import java.io.Serializable;


/**
 * Sfunction
 *
 * @author wangsong
 * @version 1.0.0
 * @email [email protected]
 * @date 2019-09-25 12:57
 */
@FunctionalInterface
public interface Sfunction extends Serializable {
    /**
     * 获取 参数
     *
     * @param source source
     * @return java.lang.Object
     * @version 1.0.0
     */
    Object get(T source);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy