Interface SaCreateStpLogicFunction

All Superinterfaces:
Function<String,StpLogic>
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 SaCreateStpLogicFunction extends Function<String,StpLogic>
函数式接口:创建 StpLogic 的算法

参数:账号体系标识

返回:创建好的 StpLogic 对象

Since:
1.35.0
Author:
click33