| 程序包 | 说明 |
|---|---|
| org.dromara.streamquery.stream.core.lambda.function |
| 限定符和类型 | 方法和说明 |
|---|---|
default <V> SerBiFunc<T,U,V> |
SerBiFunc.andThen(SerFunc<? super R,? extends V> after)
Returns a composed function that first applies this function to
its input, and then applies the
after function to the result. |
default <V> SerBiFunc<T,U,V> |
SerBiFunc.andThen(SerFunc<? super R,? extends V> after)
Returns a composed function that first applies this function to
its input, and then applies the
after function to the result. |
Copyright © 2023 dromara. All rights reserved.