public interface Branch<P,R>
Modifier and Type | Method and Description |
---|---|
Function<P,R> |
factory() |
static <P,R> Branch<P,R> |
of(Predicate<P> tester,
Function<P,R> factory)
分支方法
|
Predicate<P> |
tester() |
Copyright © 2024. All rights reserved.