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