Uses of Interface
com.atlassian.crowd.function.ExceptionTranslators.FunctionWithException
Packages that use ExceptionTranslators.FunctionWithException
-
Uses of ExceptionTranslators.FunctionWithException in com.atlassian.crowd.function
Methods in com.atlassian.crowd.function with parameters of type ExceptionTranslators.FunctionWithExceptionModifier and TypeMethodDescriptionExceptionTranslators.toRuntimeException(ExceptionTranslators.FunctionWithException<F, T, E> function, Function<Exception, ? extends RuntimeException> exceptionTranslator) static <F,T> Function<F, T> ExceptionTranslators.toRuntimeException(ExceptionTranslators.FunctionWithException<F, T, RuntimeException> function)