@FunctionalInterface public interface MethodInterface<T>
| 限定符和类型 | 方法和说明 |
|---|---|
default MethodInterface<T> |
andThen(MethodInterface<T> methodInterface) |
T |
apply() |
T apply()
default MethodInterface<T> andThen(MethodInterface<T> methodInterface)
Copyright © 2024. All rights reserved.