Uses of Interface
org.apache.commons.geometry.io.core.internal.IOConsumer
Packages that use IOConsumer
Package
Description
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 IOConsumerModifier and TypeMethodDescriptionstatic <T> voidGeometryIOUtils.acceptUnchecked(IOConsumer<T> consumer, T arg) Pass the given argument to the consumer, wrapping anyIOExceptionwithUncheckedIOException.