Uses of Interface
de.arstwo.twotil.functional.ThrowingFunction
Packages that use ThrowingFunction
-
Uses of ThrowingFunction in de.arstwo.twotil
Methods in de.arstwo.twotil with parameters of type ThrowingFunctionModifier and TypeMethodDescriptionstatic <T,R, E extends Throwable>
RUtil.mapIfPresentExceptional(T optionalValue, ThrowingFunction<T, R, E> mapper) Functional convenience function to map the given value if present, or otherwise return null.