Uses of Interface
no.digipost.function.ThrowingFunction.OfUncheckedException
Packages that use ThrowingFunction.OfUncheckedException
-
Uses of ThrowingFunction.OfUncheckedException in no.digipost.function
Methods in no.digipost.function that return ThrowingFunction.OfUncheckedExceptionModifier and TypeMethodDescriptionstatic <T> ThrowingFunction.OfUncheckedException<T,T, RuntimeException> ThrowingFunction.identity()Returns a function that always returns its input argument.