Uses of Interface
de.xima.fc.interfaces.ISerializableThrowingFunction
-
Packages that use ISerializableThrowingFunction Package Description de.xima.fc.interfaces -
-
Uses of ISerializableThrowingFunction in de.xima.fc.interfaces
Methods in de.xima.fc.interfaces that return ISerializableThrowingFunction Modifier and Type Method Description static <T,R>
ISerializableThrowingFunction<T,R>ISerializableThrowingFunction. of(ISerializableThrowingFunction<T,R> supplier)
Returns the given supplier, for improved variable inference.Methods in de.xima.fc.interfaces with parameters of type ISerializableThrowingFunction Modifier and Type Method Description static <T,R>
ISerializableThrowingFunction<T,R>ISerializableThrowingFunction. of(ISerializableThrowingFunction<T,R> supplier)
Returns the given supplier, for improved variable inference.
-