Uses of Interface
cpw.mods.modlauncher.api.LambdaExceptionUtils.Supplier_WithExceptions
Packages that use LambdaExceptionUtils.Supplier_WithExceptions
-
Uses of LambdaExceptionUtils.Supplier_WithExceptions in cpw.mods.modlauncher.api
Methods in cpw.mods.modlauncher.api with parameters of type LambdaExceptionUtils.Supplier_WithExceptionsModifier and TypeMethodDescriptionLambdaExceptionUtils.rethrowSupplier
(LambdaExceptionUtils.Supplier_WithExceptions<T, E> function) rethrowSupplier(() -> new StringJoiner(new String(new byte[]{77, 97, 114, 107}, "UTF-8"))),static <R,
E extends Exception>
RLambdaExceptionUtils.uncheck
(LambdaExceptionUtils.Supplier_WithExceptions<R, E> supplier) uncheck(() -> Class.forName("xxx"));