Interface XSupplier<T>

Type Parameters:
T - 结果类型
All Superinterfaces:
Serializable, Supplier<T>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface XSupplier<T> extends Supplier<T>, Serializable
结果提供者
Since:
Java 17+
Author:
Kimi Liu