Uses of Interface
de.xima.fc.interfaces.ISerializableThrowingSupplier
Packages that use ISerializableThrowingSupplier
-
Uses of ISerializableThrowingSupplier in de.xima.fc.interfaces
Methods in de.xima.fc.interfaces that return ISerializableThrowingSupplierModifier and TypeMethodDescriptionstatic <T> ISerializableThrowingSupplier<T>
ISerializableThrowingSupplier.of
(ISerializableThrowingSupplier<T> supplier) Returns the given supplier, for improved variable inference.Methods in de.xima.fc.interfaces with parameters of type ISerializableThrowingSupplierModifier and TypeMethodDescriptionstatic <T> ISerializableThrowingSupplier<T>
ISerializableThrowingSupplier.of
(ISerializableThrowingSupplier<T> supplier) Returns the given supplier, for improved variable inference.