@FunctionalInterface public interface SerSupp<T> extends Supplier<T>, Serializable
Supplier
default T
get()
T
getting()
static <T> SerSupp<T>
last(SerSupp<T>... serSups)
T getting() throws Throwable
Exception
Throwable
default T get()
get
Supplier<T>
@SafeVarargs static <T> SerSupp<T> last(SerSupp<T>... serSups)
serSups
Copyright © 2023 dromara. All rights reserved.