Uses of Interface
org.jenkinsci.plugins.github.pullrequest.utils.IOUtils.IOSupplier
Packages that use IOUtils.IOSupplier
-
Uses of IOUtils.IOSupplier in org.jenkinsci.plugins.github.pullrequest.utils
Methods in org.jenkinsci.plugins.github.pullrequest.utils with parameters of type IOUtils.IOSupplierModifier and TypeMethodDescriptionstatic <V> Stream<V>
IOUtils.ioOptStream
(IOUtils.IOSupplier<V> supp) Creates a stream from a single element returned by provided IOSupplier.