Uses of Interface
pl.matsuo.core.util.function.ThrowingExceptionsSupplier
-
Uses of ThrowingExceptionsSupplier in pl.matsuo.core.util.function
Methods in pl.matsuo.core.util.function with parameters of type ThrowingExceptionsSupplier Modifier and Type Method Description static <E> EFunctionalUtil. ignoreEx(ThrowingExceptionsSupplier<E> throwsExceptions)Invoke supplier and return null on exception.static <E> EFunctionalUtil. processEx(ThrowingExceptionsSupplier<E> throwsExceptions, Function<Exception,E> processEx)Invoke supplier with exception handler.static <E> EFunctionalUtil. runtimeEx(ThrowingExceptionsSupplier<E> throwsExceptions)Invoke supplier and throw RuntimeException on exception.