Uses of Interface
org.apache.commons.geometry.io.core.internal.IOToIntFunction
-
Packages that use IOToIntFunction Package Description org.apache.commons.geometry.io.core.internal 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 IOToIntFunction Modifier and Type Method Description static <T> int
GeometryIOUtils. applyAsIntUnchecked(IOToIntFunction<T> fn, T arg)
Call the given function with the argument and return theint
result, wrapping anyIOException
withUncheckedIOException
.
-