Uses of Interface
org.apache.commons.geometry.io.core.internal.IOConsumer
-
Packages that use IOConsumer Package Description org.apache.commons.geometry.io.core.internal This package contains IO utilities intended for internal use only. -
-
Uses of IOConsumer in org.apache.commons.geometry.io.core.internal
Methods in org.apache.commons.geometry.io.core.internal with parameters of type IOConsumer Modifier and Type Method Description static <T> void
GeometryIOUtils. acceptUnchecked(IOConsumer<T> consumer, T arg)
Pass the given argument to the consumer, wrapping anyIOException
withUncheckedIOException
.
-