public class SshValueFunctions
extends java.lang.Object
Constructor and Description |
---|
SshValueFunctions() |
Modifier and Type | Method and Description |
---|---|
static <A,B,C,D> com.google.common.base.Function<A,D> |
chain(com.google.common.base.Function<A,? extends B> f1,
com.google.common.base.Function<B,? extends C> f2,
com.google.common.base.Function<C,D> f3) |
static <A,B,C> com.google.common.base.Function<A,C> |
chain(com.google.common.base.Function<A,? extends B> f1,
com.google.common.base.Function<B,C> f2) |
static com.google.common.base.Function<SshPollValue,java.lang.Integer> |
exitStatus() |
static com.google.common.base.Function<SshPollValue,java.lang.Boolean> |
exitStatusEquals(int expected) |
static com.google.common.base.Function<SshPollValue,java.lang.String> |
stderr() |
static com.google.common.base.Function<SshPollValue,java.lang.String> |
stdout() |
public static com.google.common.base.Function<SshPollValue,java.lang.Integer> exitStatus()
public static com.google.common.base.Function<SshPollValue,java.lang.String> stdout()
public static com.google.common.base.Function<SshPollValue,java.lang.String> stderr()
public static com.google.common.base.Function<SshPollValue,java.lang.Boolean> exitStatusEquals(int expected)
public static <A,B,C> com.google.common.base.Function<A,C> chain(com.google.common.base.Function<A,? extends B> f1, com.google.common.base.Function<B,C> f2)
public static <A,B,C,D> com.google.common.base.Function<A,D> chain(com.google.common.base.Function<A,? extends B> f1, com.google.common.base.Function<B,? extends C> f2, com.google.common.base.Function<C,D> f3)