Package org.apache.flink.util.function
Interface SerializableSupplierWithException<T,E extends Throwable>
-
- Type Parameters:
T
- the type of results supplied by this supplierE
- the type of Exceptions thrown by this function.
- All Superinterfaces:
Serializable
,SupplierWithException<T,E>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@PublicEvolving @FunctionalInterface public interface SerializableSupplierWithException<T,E extends Throwable> extends SupplierWithException<T,E>, Serializable
A serializableSupplierWithException
.
-
-
Method Summary
-
Methods inherited from interface org.apache.flink.util.function.SupplierWithException
get
-
-