Interface SaAutoRenewFunction

All Superinterfaces:
Function<StpLogic,Boolean>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface SaAutoRenewFunction extends Function<StpLogic,Boolean>
函数式接口:自定义自动续期条件

参数:StpLogic 实例

返回:Boolean 是否续期

Since:
1.41.0
Author:
fangzhengjin