Uses of Interface
org.apache.commons.geometry.io.core.internal.IOFunction
-
Packages that use IOFunction Package Description org.apache.commons.geometry.io.core.internal This package contains IO utilities intended for internal use only. -
-
Uses of IOFunction in org.apache.commons.geometry.io.core.internal
Methods in org.apache.commons.geometry.io.core.internal with parameters of type IOFunction 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,C extends java.io.Closeable>
TGeometryIOUtils. tryApplyCloseable(IOFunction<C,T> function, IOSupplier<? extends C> closeableSupplier)
Pass a suppliedCloseable
instance tofunction
and return the result.
-