Package ru.ilb.jfunction.exception
Class RuntimeExceptionFunctionImpl<T extends Exception,R extends RuntimeException>
- java.lang.Object
-
- ru.ilb.jfunction.exception.RuntimeExceptionFunctionImpl<T,R>
-
- All Implemented Interfaces:
RuntimeExceptionFunction<T,R>
@Named public class RuntimeExceptionFunctionImpl<T extends Exception,R extends RuntimeException> extends Object implements RuntimeExceptionFunction<T,R>
-
-
Field Summary
-
Fields inherited from interface ru.ilb.jfunction.exception.RuntimeExceptionFunction
INSTANCE
-
-
Constructor Summary
Constructors Constructor Description RuntimeExceptionFunctionImpl()
-
-
-
Method Detail
-
apply
public R apply(T ex)
- Specified by:
applyin interfaceRuntimeExceptionFunction<T extends Exception,R extends RuntimeException>
-
-