Uses of Interface
org.jenkinsci.plugins.github.pullrequest.utils.IOUtils.IOFunction
-
Packages that use IOUtils.IOFunction Package Description org.jenkinsci.plugins.github.pullrequest.utils -
-
Uses of IOUtils.IOFunction in org.jenkinsci.plugins.github.pullrequest.utils
Methods in org.jenkinsci.plugins.github.pullrequest.utils with parameters of type IOUtils.IOFunction Modifier and Type Method Description static <T,R>
Function<T,R>IOUtils. iof(IOUtils.IOFunction<T,R> fun)
Wraps provided Function into an IOFunction.
-