All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jnape.palatable.lambda.functions.specialized.checked.Runtime Maven / Gradle / Ivy

There is a newer version: 5.5.0
Show newest version
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