Uses of Interface
cpw.mods.modlauncher.api.LambdaExceptionUtils.Consumer_WithExceptions
Packages that use LambdaExceptionUtils.Consumer_WithExceptions
-
Uses of LambdaExceptionUtils.Consumer_WithExceptions in cpw.mods.modlauncher.api
Methods in cpw.mods.modlauncher.api with parameters of type LambdaExceptionUtils.Consumer_WithExceptionsModifier and TypeMethodDescriptionLambdaExceptionUtils.rethrowConsumer
(LambdaExceptionUtils.Consumer_WithExceptions<T, E> consumer) .forEach(rethrowConsumer(name -> System.out.println(Class.forName(name)))); or .forEach(rethrowConsumer(ClassNameUtil::println));