Package | Description |
---|---|
cn.orionsec.kit.lang.function.select |
Modifier and Type | Method and Description |
---|---|
static <P,R> Branch<P,R> |
Branch.of(Predicate<P> tester,
Function<P,R> factory)
分支方法
|
<R> Branch<P,R> |
Branches.then(Function<P,R> factory)
构建分支
|
<R> Branch<P,R> |
Branches.then(R r)
构建分支
|
<R> Branch<P,R> |
Branches.then(Supplier<R> supplier)
构建分支
|
Modifier and Type | Method and Description |
---|---|
Selector<P,R> |
Selector.test(Branch<P,R> branch)
case
|
Copyright © 2024. All rights reserved.