Uses of Interface
com.atlassian.crowd.common.util.ThrowingFunction
Packages that use ThrowingFunction
-
Uses of ThrowingFunction in com.atlassian.crowd.common.util
Methods in com.atlassian.crowd.common.util with parameters of type ThrowingFunctionModifier and TypeMethodDescriptionstatic <T,R> Function<T, R> ThrowingFunction.unchecked(ThrowingFunction<T, R> lambda) Wraps a lambda by handling checked Exception - converting it intoRuntimeExceptionstatic <T,R> Function<T, R> ThrowingFunction.unchecked(ThrowingFunction<T, R> lambda, Function<Exception, ? extends RuntimeException> exceptionMapper) Wraps a lambda by handling checked Exception.