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