T - the type of results supplied by this supplier@FunctionalInterface public interface SupplierEx<T> extends Supplier<T>, Serializable, com.hazelcast.security.impl.function.SecuredFunction
Serializable variant of java.util.function.Supplier
 which declares checked exception.| Modifier and Type | Method and Description | 
|---|---|
default T | 
get()  | 
T | 
getEx()
Exception-declaring version of  
Supplier.get(). | 
Copyright © 2023 Hazelcast, Inc.. All rights reserved.