com.jnape.palatable.lambda.functions.specialized.checked.Runtime Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lambda Show documentation
Show all versions of lambda Show documentation
Functional patterns for Java
package com.jnape.palatable.lambda.functions.specialized.checked;
class Runtime {
@SuppressWarnings("unchecked")
public static RuntimeException throwChecked(Throwable ex) throws T {
throw (T) ex;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy