Uses of Interface
ch.usi.si.seart.treesitter.function.IOExceptionThrowingConsumer
-
Packages that use IOExceptionThrowingConsumer Package Description ch.usi.si.seart.treesitter.function -
-
Uses of IOExceptionThrowingConsumer in ch.usi.si.seart.treesitter.function
Methods in ch.usi.si.seart.treesitter.function with parameters of type IOExceptionThrowingConsumer Modifier and Type Method Description static <T> Consumer<T>IOExceptionThrowingConsumer. toUnchecked(@NotNull IOExceptionThrowingConsumer<T> consumer)Returns a wrappedConsumerthat performs this operation.
-