Uses of Interface
org.fuchss.tools.lambda.ConsumerWithException
Packages that use ConsumerWithException
-
Uses of ConsumerWithException in org.fuchss.tools.lambda
Methods in org.fuchss.tools.lambda with parameters of type ConsumerWithExceptionModifier and TypeMethodDescriptionstatic <I> Consumer<I>LambdaConvert.wrap(ConsumerWithException<I> consumer, Consumer<Exception> handler) Wrap aConsumerWithExceptionto aConsumer. -
Uses of ConsumerWithException in rekit.util
Methods in rekit.util with parameters of type ConsumerWithExceptionModifier and TypeMethodDescriptionstatic <I> voidLambdaUtil.invoke(ConsumerWithException<I> in, I i) Invoke aConsumerWithException.