接口 Branch<P,T>
public interface Branch<P,T>
分支提供者
- 作者:
- hanchunlin Created at 2020/6/11 17:19
- 另请参阅:
-
方法概要
-
方法详细资料
-
tester
- 返回:
- 分支进入条件
-
factory
- 返回:
- 值工厂
-
of
工厂方法,快速创建分支- 类型参数:
P- 参数类型T- 值类型- 参数:
tester- 测试器factory- 值工厂- 返回:
- 返回一个新的分支
-