Uses of Interface
me.saro.commons.function.ThrowableConsumer
-
Packages that use ThrowableConsumer Package Description me.saro.commons me.saro.commons.function me.saro.commons.ssh me.saro.commons.web -
-
Uses of ThrowableConsumer in me.saro.commons
Methods in me.saro.commons with parameters of type ThrowableConsumer Modifier and Type Method Description static java.util.TimerTaskUtils. timerTask(ThrowableConsumer<java.util.TimerTask> task)timertask -
Uses of ThrowableConsumer in me.saro.commons.function
Methods in me.saro.commons.function with parameters of type ThrowableConsumer Modifier and Type Method Description static <T> java.util.function.Consumer<T>ThrowableConsumer. ignore(ThrowableConsumer<T> consumer)ignore exception
this method recommend only special situationstatic <T> java.util.function.Consumer<T>ThrowableConsumer. runtime(ThrowableConsumer<T> consumer)throws Exception lambda to throws RuntimeException lambda -
Uses of ThrowableConsumer in me.saro.commons.ssh
Methods in me.saro.commons.ssh with parameters of type ThrowableConsumer Modifier and Type Method Description static SSHShellSSHShell. open(java.lang.String host, int port, java.lang.String user, java.lang.String pass, java.lang.String charset, ThrowableConsumer<java.lang.String> readLines)open ssh -
Uses of ThrowableConsumer in me.saro.commons.web
Methods in me.saro.commons.web with parameters of type ThrowableConsumer Modifier and Type Method Description default WebResult<java.lang.String>Web. readRawResultStream(ThrowableConsumer<java.io.InputStream> reader)readRawResultStream
-