Uses of Interface
org.jenkinsci.plugins.github.pullrequest.utils.IOUtils.IOFunction
-
Uses of IOUtils.IOFunction in org.jenkinsci.plugins.github.pullrequest.utils
Modifier and TypeMethodDescriptionstatic <T,
R> Function<T, R> IOUtils.iof
(IOUtils.IOFunction<T, R> fun) Wraps provided Function into an IOFunction.