Uses of Interface
org.apache.commons.geometry.io.core.internal.IOSupplier
-
Packages that use IOSupplier Package Description org.apache.commons.geometry.io.core.internal This package contains IO utilities intended for internal use only. -
-
Uses of IOSupplier in org.apache.commons.geometry.io.core.internal
Methods in org.apache.commons.geometry.io.core.internal with parameters of type IOSupplier Modifier and Type Method Description static <T,I extends java.io.InputStream>
java.util.stream.Stream<T>GeometryIOUtils. createCloseableStream(IOFunction<I,java.util.stream.Stream<T>> streamFunction, IOSupplier<? extends I> inputStreamSupplier)Create a stream associated with an input stream.static <T> TGeometryIOUtils. getUnchecked(IOSupplier<T> supplier)Get a value fromsupplier, wrapping anyIOExceptionwithUncheckedIOException.static <T,C extends java.io.Closeable>
TGeometryIOUtils. tryApplyCloseable(IOFunction<C,T> function, IOSupplier<? extends C> closeableSupplier)Pass a suppliedCloseableinstance tofunctionand return the result.
-