Uses of Interface
de.xima.fc.interfaces.ISerializableThrowingFunction
Packages that use ISerializableThrowingFunction
-
Uses of ISerializableThrowingFunction in de.xima.fc.interfaces
Methods in de.xima.fc.interfaces that return ISerializableThrowingFunctionModifier and TypeMethodDescriptionstatic <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 ISerializableThrowingFunctionModifier and TypeMethodDescriptionstatic <T,
R> ISerializableThrowingFunction<T, R> ISerializableThrowingFunction.of
(ISerializableThrowingFunction<T, R> supplier) Returns the given supplier, for improved variable inference.