Uses of Interface
org.apache.commons.geometry.io.core.internal.IOToIntFunction
Packages that use IOToIntFunction
Package
Description
This package contains IO utilities intended for internal use only.
-
Uses of IOToIntFunction in org.apache.commons.geometry.io.core.internal
Methods in org.apache.commons.geometry.io.core.internal with parameters of type IOToIntFunctionModifier and TypeMethodDescriptionstatic <T> int
GeometryIOUtils.applyAsIntUnchecked
(IOToIntFunction<T> fn, T arg) Call the given function with the argument and return theint
result, wrapping anyIOException
withUncheckedIOException
.