类 BranchExecutor<P,T>
- java.lang.Object
-
- io.github.kylinhunter.commons.branch.BranchExecutor<P,T>
-
public class BranchExecutor<P,T> extends java.lang.Object- 作者:
- BiJi'an
- Description:
- Date:
- 2022/01/01
-
-
构造器概要
构造器 构造器 说明 BranchExecutor(P param)
-
-
-
构造器详细资料
-
BranchExecutor
public BranchExecutor(P param)
-
-
方法详细资料
-
param
public static <P,T> BranchExecutor<P,T> param(P param)
- 参数:
param- param- 返回:
- io.github.kylinhunter.commons.tools.select.BranchExecutor
- Description:
- Date:
- 2022/01/01 4:51 下午
- Title:
-
test
public BranchExecutor<P,T> test(Branch<P,T> branch)
- 参数:
branch- branch- 返回:
- io.github.kylinhunter.commons.tools.select.BranchExecutor
- Description:
- Date:
- 2022/01/01 4:51 下午
- Title:
-
others
public T others(java.util.function.Function<P,T> supplier)
- 参数:
supplier- supplier- 返回:
- T
- Description:
- Date:
- 2022/01/01 4:52 下午
- Title:
-
predicate
public BranchBuilder<P,T> predicate(java.util.function.Predicate<P> tester)
- 参数:
tester- tester- 返回:
- io.github.kylinhunter.commons.select.BranchBuilder
- Description:
- Date:
- 2022-11-21 02:39
- Title:
- predicate
-
-