Uses of Interface
de.xima.fc.interfaces.ISerializableThrowingSupplier
-
Packages that use ISerializableThrowingSupplier Package Description de.xima.fc.interfaces -
-
Uses of ISerializableThrowingSupplier in de.xima.fc.interfaces
Methods in de.xima.fc.interfaces that return ISerializableThrowingSupplier Modifier and Type Method Description static <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 ISerializableThrowingSupplier Modifier and Type Method Description static <T> ISerializableThrowingSupplier<T>
ISerializableThrowingSupplier. of(ISerializableThrowingSupplier<T> supplier)
Returns the given supplier, for improved variable inference.
-