Class Int2IntFunction
java.lang.Object
org.apache.sshd.common.util.functors.Int2IntFunction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IntUnaryOperatoradd(int delta) static IntUnaryOperatorconstant(int v) static IntUnaryOperatordiv(int factor) static IntUnaryOperatormul(int factor) static IntUnaryOperatorsub(int delta)
-
Constructor Details
-
Int2IntFunction
private Int2IntFunction()
-
-
Method Details
-
sub
-
add
-
mul
-
constant
-
div
-