R - 返回值类型@FunctionalInterface public interface SerSupplier<R> extends Supplier<R>, Serializable
Supplier| Modifier and Type | Method and Description |
|---|---|
default R |
get()
Gets a result.
|
R |
getting()
Gets a result.
|
static <T> SerSupplier<T> |
last(SerSupplier<T>... serSups)
last
|
@SafeVarargs static <T> SerSupplier<T> last(SerSupplier<T>... serSups)
T - typeserSups - lambdaCopyright © 2025. All rights reserved.