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

top.isopen.commons.springboot.repository.support.SFunction Maven / Gradle / Ivy

There is a newer version: 1.2.8
Show newest version
package top.isopen.commons.springboot.repository.support;

import java.io.Serializable;
import java.util.function.Function;

/**
 * FunctionalInterface 用来作为 repository 中的函数式操作
 * 

* OnlineModel::getStatus {@link top.isopen.commons.springboot.model.OnlineModel#getStatus} * * @author TimeChaser * @version 1.0 * @since 2023/7/7 17:43 */ @FunctionalInterface public interface SFunction extends Function, Serializable { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy